示例#1
0
 // GET: Survey
 public ActionResult Index()
 {
     return(View(_surveyManager.AllPoll()));
 }