예제 #1
0
파일: CouponBLL.cs 프로젝트: vbea/BNSCoupon
        public bool setWhere(int id, string minLvel, string minStard, string coupon, string cycle, string date, string remark)
        {
            bool state = false;

            if (dal.setWhere(id, minLvel, minStard, coupon, cycle, date, remark) > 0)
            {
                state = true;
            }
            return(state);
        }