public StorePromotionController(IStorePromotionRepository storepromotionRepo,
     IPointOrderRuleRepository ruleRepo,
     IStorePromotionScopeRepository scopeRepo)
 {
     _storepromotionRepo = storepromotionRepo;
     _scopeRepo = scopeRepo;
     _ruleRepo = ruleRepo;
 }
 public StorePromotionController(IStorePromotionRepository storepromotionRepo,
                                 IPointOrderRuleRepository ruleRepo,
                                 IStorePromotionScopeRepository scopeRepo)
 {
     _storepromotionRepo = storepromotionRepo;
     _scopeRepo          = scopeRepo;
     _ruleRepo           = ruleRepo;
 }
 public StorePromotionController(ICardRepository cardRepo,
     IGroupCardService groupData,
     IStoreCouponsRepository storecouponRepo,
     IStorePromotionRepository storeproRepo)
 {
     _cardRepo = cardRepo;
     _groupData = groupData;
     _storecouponRepo = storecouponRepo;
     _storeproRepo = storeproRepo;
 }
 public StorePromotionController(ICardRepository cardRepo,
                                 IGroupCardService groupData,
                                 IStoreCouponsRepository storecouponRepo,
                                 IStorePromotionRepository storeproRepo)
 {
     _cardRepo        = cardRepo;
     _groupData       = groupData;
     _storecouponRepo = storecouponRepo;
     _storeproRepo    = storeproRepo;
 }
 public StorePromotionCouponController(ICardRepository cardRepo,
     IGroupCardService groupData,
     IStoreCouponsRepository storecouponRepo,
     IStorePromotionRepository storeproRepo,
     IPointRepository pointRepo,
     IStorePromotionScopeRepository storeproscopeRepo,
     ICouponLogRepository couponlogRepo)
 {
     _cardRepo = cardRepo;
     _groupData = groupData;
     _storecouponRepo = storecouponRepo;
     _storeproRepo = storeproRepo;
     _pointRepo = pointRepo;
     _storeproscopeRepo = storeproscopeRepo;
     _couponlogRepo = couponlogRepo;
 }
Example #6
0
 public StorePromotionCouponController(ICardRepository cardRepo,
                                       IGroupCardService groupData,
                                       IStoreCouponsRepository storecouponRepo,
                                       IStorePromotionRepository storeproRepo,
                                       IPointRepository pointRepo,
                                       IStorePromotionScopeRepository storeproscopeRepo,
                                       ICouponLogRepository couponlogRepo)
 {
     _cardRepo          = cardRepo;
     _groupData         = groupData;
     _storecouponRepo   = storecouponRepo;
     _storeproRepo      = storeproRepo;
     _pointRepo         = pointRepo;
     _storeproscopeRepo = storeproscopeRepo;
     _couponlogRepo     = couponlogRepo;
 }