コード例 #1
0
 public CustomerRepoDB(DrinkDBContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DrinkRepoDB(DrinkDBContext context)
 {
     _context = context;
 }
コード例 #3
0
 public OrderRepositoryDB(DrinkDBContext context)
 {
     //this._mapper = mapper;
     _context = context;
 }
コード例 #4
0
 public LocationRepositoryDB(DrinkDBContext context)
 {
     _context = context;
 }
コード例 #5
0
 public InventoryRepoDB(DrinkDBContext context)
 {
     _context = context;
 }