예제 #1
0
 protected void RaiseEventImmediately(IDomainEvent domainEvent)
 {
     _eventDispatcher.DispatchImmediately(domainEvent);
 }