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