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