コード例 #1
0
        public IncentiveCampaignApl()
        {
            //this.incentiveCampaignDb = new IncentiveCampaignCorporateDb();
            this.incentiveCampaignDb = new IncentiveCampaignDb();

            this.dealershipApl = new DealershipApl();
            this.dealerApl     = new DealerApl();
            this.termApl       = new TermApl();
        }
コード例 #2
0
 public IncentiveCampaignApl(IIncentiveCampaignDb incentiveCampaignDb,
                             IDealershipApl dealershipApl,
                             IDealerApl dealerApl,
                             IScoreApl scoreApl,
                             ITermApl termApl)
 {
     this.incentiveCampaignDb = incentiveCampaignDb;
     this.dealershipApl       = dealershipApl;
     this.dealerApl           = dealerApl;
     this.scoreApl            = scoreApl;
     this.termApl             = termApl;
 }