示例#1
0
 public CustomerRepoDB(StoreDBContext context)
 {
     _context = context;
 }
示例#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;
 }
示例#6
0
 public LocationRepoDB(StoreDBContext context)
 {
     _context = context;
 }
示例#7
0
 public ProductRepoDB(StoreDBContext context)
 {
     _context = context;
 }
示例#8
0
 public InventoryLineItemRepoDB(StoreDBContext context)
 {
     _context = context;
 }