Ejemplo n.º 1
0
 public bool EditCustomer(CustomerPO cust, CarPO car)
 {
     return _daoCustomer.Update(cust, car);
 }
Ejemplo n.º 2
0
 public int AddAllCustomer(CustomerPO cust, CarPO car)
 {
     return _daoCustomer.AddAll(cust, car);
 }