diff --git a/src/EfCore/DKNet.EfCore.Specifications/Dynamics/DynamicPredicateExtensions.cs b/src/EfCore/DKNet.EfCore.Specifications/Dynamics/DynamicPredicateExtensions.cs
index e716175f..58fae6d2 100644
--- a/src/EfCore/DKNet.EfCore.Specifications/Dynamics/DynamicPredicateExtensions.cs
+++ b/src/EfCore/DKNet.EfCore.Specifications/Dynamics/DynamicPredicateExtensions.cs
@@ -67,7 +67,6 @@ public static class DynamicPredicateExtensions
///
/// Adds a dynamic condition using AND.
///
- /// Entity type.
/// Property name or dotted path.
/// Filter operation.
/// Filter value.
@@ -81,7 +80,6 @@ public Expression> DynamicAnd(string propertyName, Ops operation,
///
/// Adds a dynamic condition using OR.
///
- /// Entity type.
/// Property name or dotted path.
/// Filter operation.
/// Filter value.
@@ -126,7 +124,6 @@ public ExpressionStarter DynamicOr(string expression,
///
/// Adds a dynamic condition using AND.
///
- /// Entity type.
/// Property name or dotted path.
/// Filter operation.
/// Filter value.
@@ -140,7 +137,6 @@ public Expression> DynamicAnd(string propertyName, Ops operation,
///
/// Adds a dynamic condition using OR.
///
- /// Entity type.
/// Property name or dotted path.
/// Filter operation.
/// Filter value.