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