Example #1
0
 public Customer addCustomer(Customer customer)
 {
     return(_reservationContext.addCustomer(customer));
 }