public WeatherForecastController( IWeatherForecastGetter weatherForecastGetter, IWeatherForecastPost weatherForecastPost ) { _weatherForecastGetter = weatherForecastGetter; _weatherForecastPost = weatherForecastPost; }
public WeatherForecastsViewModel(IWeatherForecastGetter weatherForecastGetter) { _weatherForecastGetter = weatherForecastGetter; }