Esempio n. 1
0
 private void When(CustomerAddressChanged customerAddressChanged)
 {
     this.Id      = customerAddressChanged.Id;
     this.Address = customerAddressChanged.Address;
 }
 private void When(CustomerAddressChanged customerAddressChanged)
 {
     Id      = customerAddressChanged.AggregateId;
     Address = customerAddressChanged.Address;
     Version = customerAddressChanged.Version;
 }