示例#1
0
 public System.Threading.Tasks.Task UpdateCustomerAsync(WpfDrinkzy.CustomerServiceRef.Customer customer)
 {
     return(base.Channel.UpdateCustomerAsync(customer));
 }
示例#2
0
 public void UpdateCustomer(WpfDrinkzy.CustomerServiceRef.Customer customer)
 {
     base.Channel.UpdateCustomer(customer);
 }