예제 #1
0
 public async Task <OrderDTO> UpdateOrder(OrderDTO orderDTO)
 {
     return(await _orderQuery.UpdateOrderAsync(orderDTO));
 }