Ejemplo n.º 1
0
 public TipoAnunciosController()
 {
     nombreAnunciosDAO     = new NombreAnunciosDAO(this);
     tipoAnunciosDAO       = new TipoAnunciosDAO(this);
     ViewBag.Periodos      = (new DropDownDAO()).getPeriodosdd(null);
     ViewBag.NombreAnuncio = (new DropDownDAO()).getNombreAnunciosdd(null);
     perfilValidator       = new PerfilValidator(this);
 }
 public NombreAnunciosController()
 {
     nombreAnunciosDAO = new NombreAnunciosDAO(this);
     perfilValidator   = new PerfilValidator(this);
 }