Beispiel #1
0
 public EmpresaController(EmpleoContext context)
 {
     service = new EmpresaService(context);
 }
Beispiel #2
0
 public EmpresaService(EmpleoContext context)
 {
     _context = context;
 }