dotnet-dynamic-query/PoweredSoft.DynamicQuery.Core/IQueryInterceptor.cs

12 lines
124 B
C#
Raw Normal View History

2018-10-18 21:52:05 -04:00
using System.Linq;
namespace PoweredSoft.DynamicQuery.Core
2018-10-17 22:14:21 -04:00
{
public interface IQueryInterceptor
{
}
2018-10-18 21:52:05 -04:00
2018-10-17 22:14:21 -04:00
}