Пример #1
0
 public int CreateCustomer(Customer customer)
 {
     return(customerDataService.Create(customer));
 }