Пример #1
0
 public WeatherListController(IDynamicExpressionQuery dynamicExpressionQuery,
     IWeatherListGrid weatherListGrid)
 {
     _dynamicExpressionQuery = dynamicExpressionQuery;
     _weatherListGrid = weatherListGrid;
 }
Пример #2
0
 public WeatherListController(IDynamicExpressionQuery dynamicExpressionQuery,
                              IWeatherListGrid weatherListGrid)
 {
     _dynamicExpressionQuery = dynamicExpressionQuery;
     _weatherListGrid        = weatherListGrid;
 }