public bool EditCustomer(CustomerPO cust, CarPO car) { return _daoCustomer.Update(cust, car); }
public int AddAllCustomer(CustomerPO cust, CarPO car) { return _daoCustomer.AddAll(cust, car); }