Example #1
0
 public ClientRepository()
 {
     context = new DeliveryCircuitContext();
 }
Example #2
0
 public OrderRepository()
 {
     context = new DeliveryCircuitContext();
 }
 public ProductRepository()
 {
     context = new DeliveryCircuitContext();
 }