예제 #1
0
        public ActionResult CommentComments(int commentId)
        {
            IEnumerable <Comment> comments = commentManager.GetByComment(commentId);

            return(PartialView("SubComment", comments));
        }