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