Exemplo n.º 1
0
 public Task <int> CancelOrderAsync(int OrderID)
 {
     return(_orderServiceClient.CancelOrderAsync(OrderID));
 }