Hello Autofac, Goodbye Ninject

This commit is contained in:
Mark McDowall
2013-01-02 17:09:13 -08:00
parent 17d9d0cc4f
commit 924d3d0c8e
139 changed files with 473 additions and 572 deletions

View File

@@ -5,7 +5,6 @@ using System.Net;
using System.Text;
using NLog;
using Newtonsoft.Json;
using Ninject;
using NzbDrone.Common.Contract;
namespace NzbDrone.Common
@@ -19,7 +18,6 @@ namespace NzbDrone.Common
private readonly EnvironmentProvider _environmentProvider;
[Inject]
public RestProvider(EnvironmentProvider environmentProvider)
{
_environmentProvider = environmentProvider;