public CustomerRepoDB(DrinkDBContext context) { _context = context; }
public DrinkRepoDB(DrinkDBContext context) { _context = context; }
public OrderRepositoryDB(DrinkDBContext context) { //this._mapper = mapper; _context = context; }
public LocationRepositoryDB(DrinkDBContext context) { _context = context; }
public InventoryRepoDB(DrinkDBContext context) { _context = context; }