Example #1
0
 public ActionResult DownVote(int idRetard)
 {
     return(Json(Vote.GetValueFromList(VoteRequest.changeVote(idRetard, long.Parse(User.Identity.Name), -1))));
 }