Ejemplo n.º 1
0
        public ActionResult AreaNewPrestep(string countryUrlPart, string type)
        {
            var model = new AreaNewPrestepViewModel()
            {
                countryUrlPart = countryUrlPart, type = type
            };

            ViewBag.CountryDropDownList = AppLookups.Countries.ToSelectList(c => c.NameUrlPart, c => c.Name);
            return(View(model));
        }
        public ActionResult AreaNewPrestep(string countryUrlPart, string type)
        {
            var model = new AreaNewPrestepViewModel() { countryUrlPart = countryUrlPart, type = type };

            ViewBag.CountryDropDownList = AppLookups.Countries.ToSelectList(c => c.NameUrlPart, c => c.Name);
            return View(model);
        }