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