Exemple #1
0
        public Comment DeleteByCommentId(int commentid)
        {
            var comment = CommentDAL.DeleteByCommentId(commentid);

            return(comment);
        }