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