public int Delete(Condition condition) { return(ObjectDAO.Delete(condition)); }
public bool Delete(T entity) { return(ObjectDAO.Delete(entity)); }