Beispiel #1
0
 public ActionResult Answer()
 {
     return(View(repo.GridBind(int.Parse(Session["Id"].ToString()))));
 }