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