Exemplo n.º 1
0
 public CustomerRepoDB(DrinkDBContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DrinkRepoDB(DrinkDBContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public OrderRepositoryDB(DrinkDBContext context)
 {
     //this._mapper = mapper;
     _context = context;
 }
Exemplo n.º 4
0
 public LocationRepositoryDB(DrinkDBContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public InventoryRepoDB(DrinkDBContext context)
 {
     _context = context;
 }