Пример #1
0
 public async Task UpdateOrderAsync(Order updatedOrder)
 {
     await _orderDataAccess.UpdateOrderAsync(updatedOrder);
 }