Ejemplo n.º 1
0
        public IActionResult GetCommentById(int id)
        {
            var data = _comment.CommentById(id);

            return(View(data));
        }