예제 #1
0
파일: CouponBLL.cs 프로젝트: vbea/BNSCoupon
 public DataSet getCommodityListById(int id)
 {
     return(dal.getCommodityListById(id));
 }