예제 #1
0
 public IResult AddCommentReply(CommentReply commentReply)
 {
     _commentDAL.AddCommentReply(commentReply);
     return(new SuccessResult(Messages.AddedComment));
 }