public DatoAcademicoController(ProyectjoobContext context)
 {
     datoAcademicoService = new DatoAcademicoService(context);
     hojaDeVidaService    = new HojaDeVidaService(context);
 }
예제 #2
0
 public HojaDeVidaController(ProyectjoobContext context)
 {
     hojaDeVidaService = new HojaDeVidaService(context);
     aspiranteService  = new AspiranteService(context);
 }
        public DatoLaboralController(ProyectjoobContext context)
        {
            datoLaboralService = new DatoLaboralService(context);

            hojaDeVidaService = new HojaDeVidaService(context);
        }
예제 #4
0
 public HojaDeVidaController(CempreContext context)
 {
     _hojaDeVidaService = new HojaDeVidaService(context);
 }