Ejemplo n.º 1
0
 public Comment DeleteComment(int id)
 {
     return(_commentManager.DeleteComment(id));
 }
Ejemplo n.º 2
0
 public bool DeleteComment(int commentId)
 {
     return(_commentManage.DeleteComment(commentId));
 }