Exemplo n.º 1
0
 public FornecedorRepository(AgilFoodDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UnitOfWork(AgilFoodDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public PedidoRepository(AgilFoodDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public PhotoRepository(AgilFoodDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public CardapioRepository(AgilFoodDbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public ItemRepository(AgilFoodDbContext context)
 {
     _context = context;
 }