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.Text;
using NLog;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Ninject;
using NzbDrone.Common;
using NzbDrone.Core.Model.Xem;
@@ -19,7 +18,6 @@ namespace NzbDrone.Core.Providers
private const string XEM_BASE_URL = "http://thexem.de/map/";
[Inject]
public XemCommunicationProvider(HttpProvider httpProvider)
{
_httpProvider = httpProvider;