예제 #1
0
 public CustomerController(SynchronizedAggregateStore aggregateStore)
 {
     _aggregateStore = aggregateStore;
 }
예제 #2
0
 public UsersController(SynchronizedAggregateStore aggregateStore)
 {
     _aggregateStore = aggregateStore;
 }