コード例 #1
0
 public async Task <OrderDTO> InsertOrder(OrderDTO orderDTO)
 {
     return(await _orderQuery.InsertOrderAsync(orderDTO));
 }