public TestEventsInterceptor()
 {
     _cqrsAwaiter = new CqrsActionAwaiter();
 }
Esempio n. 2
0
 public TestCommandsInterceptor()
 {
     _cqrsAwaiter = new CqrsActionAwaiter();
 }