Ejemplo n.º 1
0
        public ActionResult MarkReviewRejected(CommentModel model)
        {
            if (ModelState.IsValid)
            {
                model.SaveRejection();
            }

            return(RedirectToAction("Index", "Home"));
        }