Beispiel #1
0
 public UC_UCUI_Master_SmallWindow_uc_HotCoupon()
 {
     this.TakeLatestCoupon = 10;
     this._presenter       = new Merchant_CouponListPrensenter(this);
 }
Beispiel #2
0
 public Coupon()
 {
     this.TakeLatestCoupon = 0;
     this._presenter       = new Merchant_CouponListPrensenter(this);
 }