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