Esempio n. 1
0
 public EmpleadosController(ProyectoFichajesdbContext context)
 {
     _context = context;
 }
 public DataController(ProyectoFichajesdbContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public DispositivosController(ProyectoFichajesdbContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public ClientesController(ProyectoFichajesdbContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public ModemsController(ProyectoFichajesdbContext context)
 {
     _context = context;
 }