mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Hello Autofac, Goodbye Ninject
This commit is contained in:
parent
17d9d0cc4f
commit
924d3d0c8e
139 changed files with 473 additions and 572 deletions
|
@ -4,7 +4,6 @@ using System.Linq;
|
|||
using System.Security.Principal;
|
||||
using NLog;
|
||||
using NetFwTypeLib;
|
||||
using Ninject;
|
||||
|
||||
namespace NzbDrone.Common
|
||||
{
|
||||
|
@ -16,7 +15,6 @@ namespace NzbDrone.Common
|
|||
private readonly EnvironmentProvider _environmentProvider;
|
||||
private readonly ProcessProvider _processProvider;
|
||||
|
||||
[Inject]
|
||||
public SecurityProvider(ConfigFileProvider configFileProvider, EnvironmentProvider environmentProvider,
|
||||
ProcessProvider processProvider)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue