コード例 #1
0
 public GetOrderResponse(OrderDTO orderDTO) : base(true, ResponseAction.Found)
 {
     Order = orderDTO;
 }