Beispiel #1
0
 public Comment DeleteComment(int id)
 {
     return(_commentManager.DeleteComment(id));
 }
Beispiel #2
0
 public bool DeleteComment(int commentId)
 {
     return(_commentManage.DeleteComment(commentId));
 }