public AspiranteController(ProyectjoobContext context) { aspiranteService = new AspiranteService(context); }
public DatoAcademicoController(ProyectjoobContext context) { datoAcademicoService = new DatoAcademicoService(context); hojaDeVidaService = new HojaDeVidaService(context); }
//---------------------------------------------------------------------------------------------------------------- public DatoAcademicoService(ProyectjoobContext context) { _context = context; }
//---------------------------------------------------------------------------------------------------------------- public HojaDeVidaService(ProyectjoobContext context) { _context = context; }
//---------------------------------------------------------------------------------------------------------------- public AspiranteService(ProyectjoobContext context) { _context = context; }
public DatoLaboralController(ProyectjoobContext context) { datoLaboralService = new DatoLaboralService(context); hojaDeVidaService = new HojaDeVidaService(context); }
public HojaDeVidaController(ProyectjoobContext context) { hojaDeVidaService = new HojaDeVidaService(context); aspiranteService = new AspiranteService(context); }
//---------------------------------------------------------------------------------------------------------------- public DatoLaboralService(ProyectjoobContext context) { _context = context; }