Exemplo n.º 1
0
 private TransactionView Handler(TransactionCreated e, TransactionView view)
 {
     throw new Exception("Nasty stuff - We need to make sure that the Domain stays in sync. Let's hope the Transactions are configured!");
 }
Exemplo n.º 2
0
 private void Handler(TransactionCreated e)
 {
     _id = e.Id;
 }