public Comment DeleteComment(int id) { return(_commentManager.DeleteComment(id)); }
public bool DeleteComment(int commentId) { return(_commentManage.DeleteComment(commentId)); }