namespace PoweredSoft.CQRS.DynamicQuery.Abstractions { public interface IDynamicQueryParams where TParams : class { TParams GetParams(); } }