Beispiel #1
0
 public IResult DeleteCommentReply(Guid replyId)
 {
     _commentDAL.DeleteCommentReply(replyId);
     return(new SuccessResult(Messages.DeleteComment));
 }