Пример #1
0
 public CustomerRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Пример #2
0
 public ManagerRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Пример #3
0
 public StoreRepoDB(StoreDBContext context)
 {
     _context = context;
 }
 public CustomerOrderHistoryRepoDB(StoreDBContext context)
 {
     _context = context;
 }
 public CustomerOrderLineItemRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Пример #6
0
 public LocationRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Пример #7
0
 public ProductRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Пример #8
0
 public InventoryLineItemRepoDB(StoreDBContext context)
 {
     _context = context;
 }