예제 #1
0
 public ActionResult ShowResult(int Id)
 {
     return(View(_surveyManager.ShowResult(Id)));
 }