Ejemplo n.º 1
0
 public WardController(IDatasetProvider datasetProvider,
                       IQueryChain queryChain,
                       IFilterLowerLayerSuperOutputAreasByDecileQuery filterLowerLayerSuperOutputAreasByDecileQuery,
                       IGetHousePricesOfLowerLayerSuperOutputAreasQuery getHousePricesOfLowerLayerSuperOutputAreasQuery,
                       ISortHousePricesByAverageHousePricesQuery sortHousePricesByAverageHousePricesQuery)
 {
     _datasetProvider = datasetProvider;
     _queryChain      = queryChain;
     _filterLowerLayerSuperOutputAreasByDecileQuery   = filterLowerLayerSuperOutputAreasByDecileQuery;
     _getHousePricesOfLowerLayerSuperOutputAreasQuery = getHousePricesOfLowerLayerSuperOutputAreasQuery;
     _sortHousePricesByAverageHousePricesQuery        = sortHousePricesByAverageHousePricesQuery;
 }
Ejemplo n.º 2
0
 public FilterLowerLayerSuperOutputAreasByDecileQueryShould()
 {
     _filterLowerLayerSuperOutputAreasByDecileQuery = new FilterLowerLayerSuperOutputAreasByDecileQuery();
 }