Ejemplo n.º 1
0
 public AvisoController()
 {
     avisoService      = new AvisosService();
     reclutadorService = new UsuarioReclutadorService();
     avisoSPService    = new AvisoSPService();
 }