public CategoriasController(PinnacleSoftwareContext context)
 {
     _context = context;
 }
Example #2
0
 public ProductosController(PinnacleSoftwareContext context)
 {
     _context = context;
 }