Beispiel #1
0
 public System.Threading.Tasks.Task SetStatusAsync(int id, TestClient.NorthwindServiceReference.OrderStatus status)
 {
     return(base.Channel.SetStatusAsync(id, status));
 }
Beispiel #2
0
 public void SetStatus(int id, TestClient.NorthwindServiceReference.OrderStatus status)
 {
     base.Channel.SetStatus(id, status);
 }