コード例 #1
0
 public System.Threading.Tasks.Task <int> AddCustomerAsync(WebApplication.CustomerServiceReference.Customer customerToAdd)
 {
     return(base.Channel.AddCustomerAsync(customerToAdd));
 }
コード例 #2
0
 public int AddCustomer(WebApplication.CustomerServiceReference.Customer customerToAdd)
 {
     return(base.Channel.AddCustomer(customerToAdd));
 }