コード例 #1
0
 public CostLineItemUpdater(EFContext efContext,
                            ICostStageRevisionService costStageRevisionService,
                            ICostTemplateVersionService costTemplateVersionService,
                            ICostSectionFinder costSectionFinder,
                            ICostExchangeRateService costExchangeRateService)
 {
     _efContext = efContext;
     _costStageRevisionService   = costStageRevisionService;
     _costTemplateVersionService = costTemplateVersionService;
     _costSectionFinder          = costSectionFinder;
     _costExchangeRateService    = costExchangeRateService;
 }
コード例 #2
0
 public BillingExpenseInterpolator(
     EFContext efContext,
     ICostStageRevisionService costStageRevisionService,
     ICostTemplateVersionService costTemplateVersionService,
     ICostSectionFinder costSectionFinder,
     ICostExchangeRateService costExchangeRateService)
 {
     _efContext = efContext;
     _costStageRevisionService   = costStageRevisionService;
     _costTemplateVersionService = costTemplateVersionService;
     _costSectionFinder          = costSectionFinder;
     _costExchangeRateService    = costExchangeRateService;
 }