Example #1
0
 public void Handle(PersonRenamed c)
 {
     _store.UpdatePersonName(c.AggregateIdentifier, c.FirstName + " " + c.LastName);
 }