Esempio n. 1
0
 public int AddAllCustomer(CustomerPO cust, CarPO car)
 {
     return(_daoCustomer.AddAll(cust, car));
 }