Exemple #1
0
 public ActionResult CreateQDownVote(int id)
 {
     MemberHelper.CreateQDownVote(id);
     return(RedirectToAction("Index/", "Questions", new { id = id.ToString(), viewtype = "extended" }));
 }