Beispiel #1
0
 public PersonasController(DBContextInventory context)
 {
     _context = context;
 }
Beispiel #2
0
 public SalidasController(DBContextInventory context)
 {
     _context = context;
 }
Beispiel #3
0
 public UsuariosController(DBContextInventory context)
 {
     _context = context;
 }
Beispiel #4
0
 public AlmacensController(DBContextInventory context)
 {
     _context = context;
 }
Beispiel #5
0
 public RolesController(DBContextInventory context)
 {
     _context = context;
 }
Beispiel #6
0
 public ArticulosController(DBContextInventory context)
 {
     _context = context;
 }
Beispiel #7
0
 public CategoriesController(DBContextInventory context)
 {
     _context = context;
 }
 public EntradasController(DBContextInventory context)
 {
     _context = context;
 }