public EstadoController(SistemaRecursosHumanosDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public SolicitudController(SistemaRecursosHumanosDbContext context)
 {
     _context = context;
 }
 public UsuarioController(SistemaRecursosHumanosDbContext context)
 {
     _context = context;
 }
 public SuministroesController(SistemaRecursosHumanosDbContext context)
 {
     _context = context;
 }
 public ProductoController(SistemaRecursosHumanosDbContext context)
 {
     _context = context;
 }
 public RegistroIngresoController(SistemaRecursosHumanosDbContext context)
 {
     _context = context;
 }