Beispiel #1
0
        public ActionResult Survey()
        {
            Survey surveyDropDown = new Survey();

            surveyDropDown.DropDownList = surveyDal.GetParkList();
            return(View(surveyDropDown));
        }