Exemplo n.º 1
0
 public System.Threading.Tasks.Task AddCustomerAsync(CarRentelWebClient.CarRentelService.Customer customer)
 {
     return(base.Channel.AddCustomerAsync(customer));
 }
Exemplo n.º 2
0
 public void AddCustomer(CarRentelWebClient.CarRentelService.Customer customer)
 {
     base.Channel.AddCustomer(customer);
 }