Exemplo n.º 1
0
 public ActionResult Custpoll(int Id)
 {
     return(View(_surveyManager.SinglePoll(Id)));
 }