Example #1
0
 public StoreReceiver(IAccountIndexStore store)
 {
     _store = store;
 }
Example #2
0
 public StoreReceiver(IAccountIndexStore store)
 {
     _store = store;
 }
 public AggregateRootFactory(IIdentityGenerator identityGenerator, IRepository repository, IAccountIndexStore accountIndexStore)
 {
     _identityGenerator = identityGenerator;
     _repository = repository;
     _accountIndexStore = accountIndexStore;
 }