Beispiel #1
0
 public void UpdateCustomer(CustomerModel customer)
 {
     _customerAccess.UpdateCustomer(customer);
 }