Ejemplo n.º 1
0
        //GET: AdministrationSecondPhase/InstitutionView/Institution
        public virtual ActionResult Institution()
        {
            ViewBag.AcronymFilter   = null;
            ViewBag.CountryFilter   = _viewModelMapperHelper.GetListMasterData(COUNTRY_ASSOCIATED);
            ViewBag.StatusFilter    = _viewModelMapperHelper.GetListMasterData(VALIDATIONSTAGE);
            ViewBag.TypeFilter      = _viewModelMapperHelper.GetListMasterData(TYPE);
            ViewBag.CountryCodeList = _viewModelMapperHelper.GetCodeListMasterDataCode(COUNTRY_ASSOCIATED);
            ViewBag.FiltAcronym     = new List <SelectListItem>();
            ViewBag.Usuario         = IDBContext.Current.UserName;

            ViewBag.IsMain = true;

            return(View());
        }