Exemplo n.º 1
0
 public async Task CancelOrderAsync(int orderId)
 {
     await _orderDataAccess.CancelOrderAsync(orderId);
 }