Пример #1
0
 public void Insert(Customer cust)
 {
     db.Insert(cust);
 }