Пример #1
0
 public void Create(Customer newCustomer)
 {
     customerDL.Create(newCustomer);
 }