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

10 lines
119 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
{
}
}