more adjusted to support params.
This commit is contained in:
@@ -12,6 +12,14 @@ namespace PoweredSoft.CQRS.DynamicQuery.Abstractions
|
||||
|
||||
}
|
||||
|
||||
public interface IDynamicQuery<TSource, TDestination, TParams> : IDynamicQuery<TSource, TDestination>, IDynamicQueryParams<TParams>
|
||||
where TSource : class
|
||||
where TDestination : class
|
||||
where TParams : class
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public interface IDynamicQuery
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user