Beispiel #1
0
 public ActionResult DeleteVote(int idRetard)
 {
     return(Json(Vote.GetValueFromList(VoteRequest.DeleteVote(idRetard, Convert.ToInt32(User.Identity.Name)))));
 }