C# Class Harvest.OrchardDevToolbelt.Services.WeatherService

Inheritance: Orchard.Component, IWeatherService
Mostra file Open project: sfmskywalker/OrchardDevToolbelt

Public Methods

Method Description
GetTodaysWeather ( ) : WeatherInfo
WeatherService ( IEnumerable providers, ICacheManager cacheManager, IClock clock ) : System

Method Details

GetTodaysWeather() public method

public GetTodaysWeather ( ) : WeatherInfo
return WeatherInfo

WeatherService() public method

public WeatherService ( IEnumerable providers, ICacheManager cacheManager, IClock clock ) : System
providers IEnumerable
cacheManager ICacheManager
clock IClock
return System