示例#1
0
 public AspiranteController(ProyectjoobContext context)
 {
     aspiranteService = new AspiranteService(context);
 }
示例#2
0
 public HojaDeVidaController(ProyectjoobContext context)
 {
     hojaDeVidaService = new HojaDeVidaService(context);
     aspiranteService  = new AspiranteService(context);
 }