예제 #1
0
 public void DeleteComment(CommentDTO comment, string PostID)
 {
     _comment.deleteComment(comment, PostID);
 }