Пример #1
0
 //当活动未过期时,返回的空优惠券
 //private readonly CouponDTO _noCoupon = new CouponDTO() {
 //    title = "已参与",
 //    subTitle = "谢谢参与",
 //    status = CouponState.BeParticipatedIn
 //};
 public CouponService()
 {
     _actBll  = new BLL.wx_dzpActionInfo();
     _utbll   = new BLL.wx_dzpUsersTemp();
     _ubll    = new BLL.wx_dzpAwardUser();
     _itemBll = new BLL.wx_dzpAwardItem();
     //_repository = new CouponRepository();
     //_userRepository = new UserRepository();
 }