예제 #1
0
파일: CouponBLL.cs 프로젝트: vbea/BNSCoupon
 public bool deductCoupon(int id, long coupon)
 {
     return(dal.deductCoupon(id, coupon) > 0);
 }