Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsClientNorthwind.NorthwindServices.Customer> SaveAsync(WindowsClientNorthwind.NorthwindServices.Customer Customer)
 {
     return(base.Channel.SaveAsync(Customer));
 }
Ejemplo n.º 2
0
 public WindowsClientNorthwind.NorthwindServices.Customer Save(WindowsClientNorthwind.NorthwindServices.Customer Customer)
 {
     return(base.Channel.Save(Customer));
 }