Example #1
0
 public void UpdateCustomer(WebshopClient.CustomerServiceReference.ServiceCustomer customer)
 {
     base.Channel.UpdateCustomer(customer);
 }
Example #2
0
 public System.Threading.Tasks.Task UpdateCustomerAsync(WebshopClient.CustomerServiceReference.ServiceCustomer customer)
 {
     return(base.Channel.UpdateCustomerAsync(customer));
 }
Example #3
0
 public int InsertCustomer(WebshopClient.CustomerServiceReference.ServiceCustomer customer)
 {
     return(base.Channel.InsertCustomer(customer));
 }