mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Renamed all Core.Controllers to Core.Providers to avoid confusion between Core Controllers and MVC controllers
This commit is contained in:
parent
9515c8788a
commit
01c1943d0e
24 changed files with 125 additions and 152 deletions
7
NzbDrone.Core/Providers/IHttpProvider.cs
Normal file
7
NzbDrone.Core/Providers/IHttpProvider.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace NzbDrone.Core.Providers
|
||||
{
|
||||
public interface IHttpProvider
|
||||
{
|
||||
string GetRequest(string request);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue