Exemplo n.º 1
0
 protected void RaiseEventImmediately(IDomainEvent domainEvent)
 {
     _eventDispatcher.DispatchImmediately(domainEvent);
 }