public TiposDataController(MetAndInsContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public ProgramacionesController(MetAndInsContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public TipoInstrumentoesController(MetAndInsContext context)
 {
     _context = context;
 }
 public CalibracionesController(MetAndInsContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public UsuariosController(MetAndInsContext context)
 {
     _context = context;
 }
 public EquiposController(MetAndInsContext context, IConfiguration config, IHostingEnvironment env)
 {
     _context = context;
     _env     = env;
 }