8 lines
163 B
C#
8 lines
163 B
C#
namespace PoweredSoft.DynamicQuery.Core
|
|
{
|
|
public interface IGroupInterceptor : IQueryInterceptor
|
|
{
|
|
IGroup InterceptGroup(IGroup group);
|
|
}
|
|
}
|