Beispiel #1
0
 public AsignacionController(AmasBDbContext context)
 {
     _context = context;
 }
 public UnidadesDeMedidasController(AmasBDbContext context)
 {
     _context = context;
 }
 public FamiliasDeProductosController(AmasBDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public SolicitudesController(AmasBDbContext context)
 {
     _context = context;
     _almacen = new AlmacenDbContext();
 }
 public ProductosController(AmasBDbContext context)
 {
     _context = context;
 }
 public DependientesController(AmasBDbContext context, UserManager <Usuario> userManager, ILogger <Usuario> logger)
 {
     _context     = context;
     _userManager = userManager;
     _logger      = logger;
 }
Beispiel #7
0
 public BaresController(AmasBDbContext context)
 {
     _context = context;
 }