C# Class Harvest.OrchardDevToolbelt.Providers.Weather.FakeWeatherServiceProvider

Inheritance: IWeatherServiceProvider
Show file Open project: sfmskywalker/OrchardDevToolbelt

Public Methods

Method Description
FakeWeatherServiceProvider ( IRandomizer randomizer ) : Harvest.OrchardDevToolbelt.Services
GetWeatherInfo ( ) : WeatherInfo

Method Details

FakeWeatherServiceProvider() public method

public FakeWeatherServiceProvider ( IRandomizer randomizer ) : Harvest.OrchardDevToolbelt.Services
randomizer IRandomizer
return Harvest.OrchardDevToolbelt.Services

GetWeatherInfo() public method

public GetWeatherInfo ( ) : WeatherInfo
return Harvest.OrchardDevToolbelt.Services.WeatherInfo