Beispiel #1
0
 //Create a Product
 public void CreateCustomer(Customer customer)
 {
     customerDb.CreateCustomer(customer);
 }