Exemple #1
0
 public void Handle(PersonBoxed c)
 {
     _store.DeletePerson(c.AggregateIdentifier);
 }