Beispiel #1
0
 public ActionResult Index()
 {
     ViewBag.CityList = SelectionList.CityList().Select(m => new { m.CityId, m.CityName });
     return(View());
 }