Ejemplo n.º 1
0
 public void Handle(MoneyWithdrawn c)
 {
     _store.DecreaseAccountBalance(c.AggregateIdentifier, c.Amount);
 }