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