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