コード例 #1
0
        public ActionResult AddGradeComment(int commentId)
        {
            string userId = User.Identity.GetUserId();

            commentService.AddRatingComment(userId, commentId);
            return(RedirectToAction("Index", "Home"));
        }