Exemplo n.º 1
0
 private void When(CustomerCreated customerCreated)
 {
     this.Id      = customerCreated.Id;
     this.Name    = customerCreated.Name;
     this.Address = customerCreated.Address;
 }
Exemplo n.º 2
0
 private void When(CustomerCreated customerCreated)
 {
     Id      = customerCreated.AggregateId;
     Name    = customerCreated.Name;
     Address = customerCreated.Address;
 }