Beispiel #1
0
 public void AddCustomer(string firstName, string lastName, string phoneNumber, string emailAddress)
 {
     Rentals.AddCustomer(firstName, lastName, phoneNumber, emailAddress);
 }