Exemple #1
0
 public System.Threading.Tasks.Task <bool> RegisterCustomerDetailsAsync(CarRentalServices.CustomerModel customerModel, CarRentalServices.AddressModel customerAddressModel)
 {
     return(base.Channel.RegisterCustomerDetailsAsync(customerModel, customerAddressModel));
 }
Exemple #2
0
 public bool RegisterCustomerDetails(CarRentalServices.CustomerModel customerModel, CarRentalServices.AddressModel customerAddressModel)
 {
     return(base.Channel.RegisterCustomerDetails(customerModel, customerAddressModel));
 }