Example #1
0
 public string UpdateCustomer(Store.Web.CustomerService.Customer customer)
 {
     return(base.Channel.UpdateCustomer(customer));
 }
Example #2
0
 public System.Threading.Tasks.Task <string> UpdateCustomerAsync(Store.Web.CustomerService.Customer customer)
 {
     return(base.Channel.UpdateCustomerAsync(customer));
 }
Example #3
0
 public string AddCustomer(Store.Web.CustomerService.Customer customer)
 {
     return(base.Channel.AddCustomer(customer));
 }