Exemple #1
0
 public WardController(IDatasetProvider datasetProvider,
                       IQueryChain queryChain,
                       IFilterLowerLayerSuperOutputAreasByDecileQuery filterLowerLayerSuperOutputAreasByDecileQuery,
                       IGetHousePricesOfLowerLayerSuperOutputAreasQuery getHousePricesOfLowerLayerSuperOutputAreasQuery,
                       ISortHousePricesByAverageHousePricesQuery sortHousePricesByAverageHousePricesQuery)
 {
     _datasetProvider = datasetProvider;
     _queryChain      = queryChain;
     _filterLowerLayerSuperOutputAreasByDecileQuery   = filterLowerLayerSuperOutputAreasByDecileQuery;
     _getHousePricesOfLowerLayerSuperOutputAreasQuery = getHousePricesOfLowerLayerSuperOutputAreasQuery;
     _sortHousePricesByAverageHousePricesQuery        = sortHousePricesByAverageHousePricesQuery;
 }
 public GetHousePricesOfLowerLayerSuperOutputAreasQueryShould()
 {
     _getHousePricesOfLowerLayerSuperOutputAreasQuery = new GetHousePricesOfLowerLayerSuperOutputAreasQuery();
 }