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