Esempio n. 1
0
 protected CommandService(IFunctionalAggregateStore store)
 => Store = store;
Esempio n. 2
0
 public ClassifiedAdCommandService(IFunctionalAggregateStore store)
     : base(store)
 {
 }
 public OrdersCommandService(IFunctionalAggregateStore store)
     : base(store)
 {
 }