Exemple #1
0
 public void CustomerOnNameChanged(CustomerNameUpdatedEvent customerNameUpdatedEvent)
 {
     _output.Append("Customer name changed");
 }
 public void CustomerOnNameChanged(CustomerNameUpdatedEvent customerNameUpdatedEvent)
 {
     _output.Append("Customer name changed");
 }