public ProductRequestRepository(TrippleD.Persistence.InMemoryStore.InMemoryStore store,
                                 IDomainEventDispatcher dispatcher) : base(store, dispatcher)
 {
 }
Esempio n. 2
0
 public CustomerRepository(TrippleD.Persistence.InMemoryStore.InMemoryStore store, IDomainEventDispatcher dispatcher) : base(store, dispatcher)
 {
 }