Ejemplo n.º 1
0
 // amends customer details held in the database
 public static void AmendCustomer(int custId, string name, string address)
 {
     DatabaseCalls.AmendCustomer(custId, name, address);
 }