Esempio n. 1
0
 public AspiranteController(ProyectjoobContext context)
 {
     aspiranteService = new AspiranteService(context);
 }
Esempio n. 2
0
 public HojaDeVidaController(ProyectjoobContext context)
 {
     hojaDeVidaService = new HojaDeVidaService(context);
     aspiranteService  = new AspiranteService(context);
 }