コード例 #1
0
ファイル: CouponBLL.cs プロジェクト: vbea/BNSCoupon
 public DataSet getCommodityListById(int id)
 {
     return(dal.getCommodityListById(id));
 }