Esempio n. 1
0
 private void Handle(AccountCreatedEvent evnt)
 {
     _owner = evnt.Owner;
 }
Esempio n. 2
0
 private void Handle(AccountCreatedEvent evnt)
 {
     _id    = evnt.AggregateRootId;
     _owner = evnt.Owner;
     _transactionPreparations = new Dictionary <string, TransactionPreparation>();
 }