コード例 #1
0
 public List <Delivery> GetDeliveryDataByOrderId(int orderId)
 {
     return(_dataSet.GetDeliveryDataByOrderId(orderId));
 }