using System; using System.Collections.Generic; namespace PoweredSoft.CQRS.DynamicQuery.Abstractions { public interface IDynamicQueryInterceptorProvider { IEnumerable GetInterceptorsTypes(); } }