Beispiel #1
0
 public ActionResult DelVote(int Id = -1)
 {
     Vote.DeleteVote(Id);
     return(PromptView("投票删除成功"));
 }