Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> AddCustomerAsync(WebApplication.CustomerServiceReference.Customer customerToAdd)
 {
     return(base.Channel.AddCustomerAsync(customerToAdd));
 }
Exemplo n.º 2
0
 public int AddCustomer(WebApplication.CustomerServiceReference.Customer customerToAdd)
 {
     return(base.Channel.AddCustomer(customerToAdd));
 }