示例#1
0
 public void UpdateCustomer(WcfClient.hostServices.Customer cst)
 {
     base.Channel.UpdateCustomer(cst);
 }
示例#2
0
 public System.Threading.Tasks.Task UpdateCustomerAsync(WcfClient.hostServices.Customer cst)
 {
     return(base.Channel.UpdateCustomerAsync(cst));
 }
示例#3
0
 public void RegisterCustomer(WcfClient.hostServices.Customer cst)
 {
     base.Channel.RegisterCustomer(cst);
 }