Exemplo n.º 1
0
 public void Handle(TransferStarted c)
 {
     _store.InsertTransfer(c.IdentityTenant, c.AggregateIdentifier, c.Status.ToString(), c.FromAccount, c.ToAccount, c.Amount);
 }