Exemplo n.º 1
0
 public void DeleteComment(CommentDTO comment, string PostID)
 {
     _comment.deleteComment(comment, PostID);
 }