Exemple #1
0
 public void AddDomainEvent(IDomainEvent domainEvent)
 {
     _account.AddDomainEvent(domainEvent);
 }