Пример #1
0
 public Customer ModifyCustomer(Customer customer)
 {
     return(CustomerContainer.UpdateCustomer(customer));
 }