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