Exemplo n.º 1
0
 public void Handle(TransferUpdated c)
 {
     _store.UpdateTransfer(c.AggregateIdentifier, c.Status.ToString(), c.Activity);
 }