public BenchmarkCriteriaController(ILocalAuthoritiesService laService, IFinancialDataService financialDataService, IContextDataService contextDataService, ILaSearchService laSearchService)
 {
     _financialDataService = financialDataService;
     _laService            = laService;
     _contextDataService   = contextDataService;
     _laSearchService      = laSearchService;
 }
コード例 #2
0
 public TrustController(IHistoricalChartBuilder historicalChartBuilder, IFinancialDataService financialDataService, IFinancialCalculationsService fcService, ITrustSearchService trustSearchService, IDownloadCSVBuilder csvBuilder)
 {
     _historicalChartBuilder = historicalChartBuilder;
     _financialDataService   = financialDataService;
     _fcService          = fcService;
     _trustSearchService = trustSearchService;
     _csvBuilder         = csvBuilder;
 }
コード例 #3
0
 public SchoolController(IHistoricalChartBuilder historicalChartBuilder, IFinancialDataService financialDataService, IFinancialCalculationsService fcService, IContextDataService contextDataService, IDownloadCSVBuilder csvBuilder)
 {
     _historicalChartBuilder = historicalChartBuilder;
     _financialDataService   = financialDataService;
     _fcService          = fcService;
     _contextDataService = contextDataService;
     _csvBuilder         = csvBuilder;
 }
 public SchoolVMWithHistoricalChartsBuilder(IHistoricalChartBuilder historicalChartBuilder, IFinancialDataService financialDataService,
                                            IFinancialCalculationsService fcService, IContextDataService contextDataService,
                                            ISchoolBenchmarkListService benchmarkBasketService, ILocalAuthoritiesService laSearchService)
 {
     _historicalChartBuilder = historicalChartBuilder;
     _financialDataService   = financialDataService;
     _fcService                  = fcService;
     _contextDataService         = contextDataService;
     _schoolBenchmarkListService = benchmarkBasketService;
     _laSearchService            = laSearchService;
 }
コード例 #5
0
 public FinancialDataController(
     IFinancialDataService financialDataService,
     IWorkContext workContext,
     ITransactionReports transactionReports,
     IMapper mapper)
 {
     _financialDataService = financialDataService;
     _workContext          = workContext;
     _transactionReports   = transactionReports;
     _mapper = mapper;
 }
コード例 #6
0
 public BenchmarkChartsController(IBenchmarkChartBuilder benchmarkChartBuilder, IFinancialDataService financialDataService, IFinancialCalculationsService fcService, ILocalAuthoritiesService laService, IDownloadCSVBuilder csvBuilder,
                                  IContextDataService contextDataService, IBenchmarkCriteriaBuilderService benchmarkCriteriaBuilderService, IComparisonService comparisonService)
 {
     _benchmarkChartBuilder           = benchmarkChartBuilder;
     _financialDataService            = financialDataService;
     _fcService                       = fcService;
     _laService                       = laService;
     _csvBuilder                      = csvBuilder;
     _contextDataService              = contextDataService;
     _benchmarkCriteriaBuilderService = benchmarkCriteriaBuilderService;
     _comparisonService               = comparisonService;
 }
コード例 #7
0
 public SelfAssessmentController(
     ISelfAssesmentDashboardDataService selfAssesmentDashboardDataService,
     IFinancialDataService financialDataService,
     IContextDataService contextDataService,
     ILogger <SelfAssessmentController> logger)
 {
     _selfAssesmentDashboardDataService = selfAssesmentDashboardDataService;
     _financialDataService = financialDataService;
     _contextDataService   = contextDataService;
     _logger             = logger;
     _exclusionPhaseList = new[] { "Nursery", "Pupil referral unit", "Special" };
 }
 public FederationController(IHistoricalChartBuilder historicalChartBuilder, IFinancialDataService financialDataService,
                             IFinancialCalculationsService fcService, IContextDataService contextDataService, ILocalAuthoritiesService laService,
                             IDownloadCSVBuilder csvBuilder, ISchoolBenchmarkListService benchmarkBasketService)
 {
     _historicalChartBuilder = historicalChartBuilder;
     _financialDataService   = financialDataService;
     _contextDataService     = contextDataService;
     _fcService              = fcService;
     _laService              = laService;
     _csvBuilder             = csvBuilder;
     _benchmarkBasketService = benchmarkBasketService;
 }
コード例 #9
0
 public TrustController(IHistoricalChartBuilder historicalChartBuilder, IFinancialDataService financialDataService,
                        IFinancialCalculationsService fcService, IContextDataService contextDataService, IDownloadCSVBuilder csvBuilder,
                        ISchoolBenchmarkListService benchmarkBasketService, ITrustHistoryService trustHistoryService,
                        IGiasLookupService giasLookupService,
                        ICscpLookupService cscpLookupService)
 {
     _historicalChartBuilder = historicalChartBuilder;
     _financialDataService   = financialDataService;
     _contexDataService      = contextDataService;
     _fcService              = fcService;
     _csvBuilder             = csvBuilder;
     _benchmarkBasketService = benchmarkBasketService;
     _trustHistoryService    = trustHistoryService;
     _giasLookupService      = giasLookupService;
     _cscpLookupService      = cscpLookupService;
 }
コード例 #10
0
 public SelectItemsController(
     ICostCenterService costCenterService,
     ISelectItemsServices selectItemsServices,
     IProductManagementService productManagementService,
     IWorkContext workContext,
     IFinancialDataService financialDataService,
     IRfqService rfqService,
     IRepository <Orders> orderRepository)
 {
     _costCenterService        = costCenterService;
     _selectItemsServices      = selectItemsServices;
     _productManagementService = productManagementService;
     _workContext          = workContext;
     _financialDataService = financialDataService;
     _rfqService           = rfqService;
     _orderRepository      = orderRepository;
 }
コード例 #11
0
 public BenchmarkCriteriaController(
     ILocalAuthoritiesService laService,
     IFinancialDataService financialDataService,
     IContextDataService contextDataService,
     ILaSearchService laSearchService,
     ISchoolBenchmarkListService benchmarkBasketService,
     IComparisonService comparisonService,
     IValidationService valService)
 {
     _financialDataService   = financialDataService;
     _laService              = laService;
     _contextDataService     = contextDataService;
     _laSearchService        = laSearchService;
     _benchmarkBasketService = benchmarkBasketService;
     _comparisonService      = comparisonService;
     _valService             = valService;
 }
コード例 #12
0
 public SchoolController(IFinancialDataService financialDataService,
                         IFinancialCalculationsService fcService, IContextDataService contextDataService, IDownloadCSVBuilder csvBuilder,
                         ISchoolBenchmarkListService benchmarkBasketService,
                         IActiveEstablishmentsService activeEstabService, ISchoolVMBuilder schoolVMBuilder,
                         IGiasLookupService giasLookupService,
                         ICscpLookupService cscpLookupService)
 {
     _financialDataService   = financialDataService;
     _fcService              = fcService;
     _contextDataService     = contextDataService;
     _csvBuilder             = csvBuilder;
     _benchmarkBasketService = benchmarkBasketService;
     _activeEstabService     = activeEstabService;
     _schoolVMBuilder        = schoolVMBuilder;
     _giasLookupService      = giasLookupService;
     _cscpLookupService      = cscpLookupService;
 }
コード例 #13
0
 public TransactionReportsController(
     ITransactionReports transactionReports,
     IWorkContext workContext,
     PAS2Context dbContext,
     IMapper mapper,
     IFinancialDataService financialDataService,
     ISelectItemsServices selectItemsServices,
     ICostCenterService costCenterService)
 {
     _transactionReports   = transactionReports;
     _workContext          = workContext;
     _dbContext            = dbContext;
     _mapper               = mapper;
     _financialDataService = financialDataService;
     _selectItemsServices  = selectItemsServices;
     _costCenterService    = costCenterService;
 }
コード例 #14
0
 public TransactionReports(
     PAS2Context dbContext,
     IRepository <EmployeeCount> empcountRepositort,
     IRepository <ShipTo> shipRepository,
     IRepository <History> historyRepository,
     IMapper mapper,
     IFinancialDataService financialDataService,
     IWorkContext workContext,
     IRepository <Logon> logonRepository)
 {
     _dbContext            = dbContext;
     _empcountRepositort   = empcountRepositort;
     _shipRepository       = shipRepository;
     _historyRepository    = historyRepository;
     _mapper               = mapper;
     _financialDataService = financialDataService;
     _workContext          = workContext;
     _logonRepository      = logonRepository;
 }
コード例 #15
0
 public TrustBenchmarkListService(IFinancialDataService financialDataService)
 {
     _financialDataService = financialDataService;
 }
コード例 #16
0
 public SchoolBenchmarkListService(IContextDataService contextDataService, IFinancialDataService financialDataService)
 {
     _contextDataService   = contextDataService;
     _financialDataService = financialDataService;
 }
コード例 #17
0
 public ComparisonService(IFinancialDataService financialDataService, IBenchmarkCriteriaBuilderService benchmarkCriteriaBuilderService)
 {
     _financialDataService            = financialDataService;
     _benchmarkCriteriaBuilderService = benchmarkCriteriaBuilderService;
 }
コード例 #18
0
 public DownloadController(IFinancialDataService dataService)
 {
     _dataService = dataService;
 }
コード例 #19
0
 public TrustComparisonController(IFinancialDataService financialDataService, ITrustBenchmarkListService trustBenchmarkListService)
 {
     _financialDataService      = financialDataService;
     _trustBenchmarkListService = trustBenchmarkListService;
 }
コード例 #20
0
 public BenchmarkListController(IContextDataService contextDataService, ISchoolBenchmarkListService benchmarkBasketService, IFinancialDataService financialDataService)
 {
     _contextDataService     = contextDataService;
     _benchmarkBasketService = benchmarkBasketService;
     _financialDataService   = financialDataService;
 }