public IResult AddCommentReply(CommentReply commentReply) { _commentDAL.AddCommentReply(commentReply); return(new SuccessResult(Messages.AddedComment)); }