public ProductoesController(WebAppProductoCFContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public CategoriasController(WebAppProductoCFContext context)
 {
     _context = context;
 }