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