public ProductosController(PruebaEFContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CategoriasController(PruebaEFContext context)
 {
     _context = context;
 }