Ejemplo n.º 1
0
 public void UpdateOrder(TestClient.NorthwindServiceReference.OrderDto orderDto)
 {
     base.Channel.UpdateOrder(orderDto);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task UpdateOrderAsync(TestClient.NorthwindServiceReference.OrderDto orderDto)
 {
     return(base.Channel.UpdateOrderAsync(orderDto));
 }
Ejemplo n.º 3
0
 public int CreateOrder(TestClient.NorthwindServiceReference.OrderDto orderDto)
 {
     return(base.Channel.CreateOrder(orderDto));
 }