Beispiel #1
0
 public System.Threading.Tasks.Task UpdateAsync(Northwind.Service.Customer customer)
 {
     return(base.Channel.UpdateAsync(customer));
 }
Beispiel #2
0
 public void Update(Northwind.Service.Customer customer)
 {
     base.Channel.Update(customer);
 }