Example #1
0
 private void Apply(CustomerNameChanged e)
 {
     previousName = e.OldName;
     name = e.NewName;
     hasChangedName = true;
 }
 private void Apply(CustomerNameChanged e)
 {
     this.previousName = e.OldName;
     this.name = e.NewName;
     this.hasChangedName = true;
 }