public CustomerRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ManagerRepoDB(StoreDBContext context)
 {
     _context = context;
 }
 public StoreRepoDB(StoreDBContext context)
 {
     _context = context;
 }
 public CustomerOrderHistoryRepoDB(StoreDBContext context)
 {
     _context = context;
 }
 public CustomerOrderLineItemRepoDB(StoreDBContext context)
 {
     _context = context;
 }
 public LocationRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public ProductRepoDB(StoreDBContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public InventoryLineItemRepoDB(StoreDBContext context)
 {
     _context = context;
 }