public ClienteRepository(TesteEFContext context)
 {
     _context = context;
 }
 public IngredienteRepository(TesteEFContext context)
 {
     _context = context;
 }
 public PedidoRepository(TesteEFContext context)
 {
     _context = context;
 }
 public ProdutoRepository(TesteEFContext context)
 {
     _context = context;
 }