protected DomainEventDispatcher <TAggregateRootEventInterface> .RegistrationBuilder RegisterEventAppliers()
 {
     return(EventDispatcher.RegisterHandlers());
 }
Пример #2
0
 protected DomainEventDispatcher <TComponentEventInterface> .RegistrationBuilder RegisterEventAppliers()
 {
     return(_eventDispatcher.RegisterHandlers());
 }