예제 #1
0
파일: CouponBLL.cs 프로젝트: vbea/BNSCoupon
 public bool addWhere(string minLvel, string minStard, string coupon, string cycle, string remark)
 {
     return(dal.addWhere(minLvel, minStard, coupon, cycle, remark) > 0);
 }