Exemplo n.º 1
0
 public async Task <Order> GetOrderAsync(int orderId)
 {
     return(await _orderDataAccess.GetOrderAsync(orderId));
 }