Esempio n. 1
0
 public long AddCustomer(Customer Customer)
 {
     return(Cbal.AddCustomer(mapper.Map <Customer, CustomerDTO>(Customer)));
 }