Exemple #1
0
 public ActionResult Rate(int ideaId, RatingType type)
 {
     _ideaService.Rate(ideaId, type);
     return(RedirectToAction(HomeActions.Info, new { id = ideaId }));
 }