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