public PersonaController(CasImportacionesDbContext context)
 {
     _context = context;
 }
 public OrdencompraController(CasImportacionesDbContext context)
 {
     _context = context;
 }
 public ProveedorController(CasImportacionesDbContext context)
 {
     _context = context;
 }
 public InventarioController(CasImportacionesDbContext context)
 {
     _context = context;
 }
예제 #5
0
 public TipoidentificacionController(CasImportacionesDbContext context)
 {
     _context = context;
 }
 public CategoriaController(CasImportacionesDbContext context)
 {
     _context = context;
 }
예제 #7
0
 public ProductoController(CasImportacionesDbContext context)
 {
     _context = context;
 }