コード例 #1
0
 public ProductRequestRepository(TrippleD.Persistence.InMemoryStore.InMemoryStore store,
                                 IDomainEventDispatcher dispatcher) : base(store, dispatcher)
 {
 }
コード例 #2
0
 public CustomerRepository(TrippleD.Persistence.InMemoryStore.InMemoryStore store, IDomainEventDispatcher dispatcher) : base(store, dispatcher)
 {
 }