diff options
Diffstat (limited to 'MediaBrowser.Controller/Weather/IWeatherProvider.cs')
| -rw-r--r-- | MediaBrowser.Controller/Weather/IWeatherProvider.cs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/MediaBrowser.Controller/Weather/IWeatherProvider.cs b/MediaBrowser.Controller/Weather/IWeatherProvider.cs deleted file mode 100644 index 9060e5b9c..000000000 --- a/MediaBrowser.Controller/Weather/IWeatherProvider.cs +++ /dev/null @@ -1,20 +0,0 @@ -using MediaBrowser.Model.Weather; -using System.Threading; -using System.Threading.Tasks; - -namespace MediaBrowser.Controller.Weather -{ - /// <summary> - /// Interface IWeatherProvider - /// </summary> - public interface IWeatherProvider - { - /// <summary> - /// Gets the weather info async. - /// </summary> - /// <param name="location">The location.</param> - /// <param name="cancellationToken">The cancellation token.</param> - /// <returns>Task{WeatherInfo}.</returns> - Task<WeatherInfo> GetWeatherInfoAsync(string location, CancellationToken cancellationToken); - } -} |
