Пример #1
0
 public AspiranteController(ProyectjoobContext context)
 {
     aspiranteService = new AspiranteService(context);
 }
Пример #2
0
 public HojaDeVidaController(ProyectjoobContext context)
 {
     hojaDeVidaService = new HojaDeVidaService(context);
     aspiranteService  = new AspiranteService(context);
 }