public ClientesController(vinculacionContext context)
 {
     _context = context;
 }
Example #2
0
 public ProveedoresController(vinculacionContext context)
 {
     _context = context;
 }
 public DetallepedidosController(vinculacionContext context)
 {
     _context = context;
 }
Example #4
0
 public ProductosController(vinculacionContext context)
 {
     _context = context;
 }
 public CategoriasController(vinculacionContext context)
 {
     _context = context;
 }
Example #6
0
 public DetallefacturasController(vinculacionContext context)
 {
     _context = context;
 }