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