Пример #1
0
 public InRepoConfiguration WithQueryInterceptor(IQueryInterceptor interceptor)
 {
     RepositoryEventRegistry.Register(interceptor);
     return(this);
 }
Пример #2
0
 public InRepoConfiguration WithEvent(IRepositoryEvent @event)
 {
     RepositoryEventRegistry.Register(@event);
     return(this);
 }