replaced autofac with TinyIoC

This commit is contained in:
Keivan Beigi 2013-04-02 19:20:05 -07:00
commit aacc53d882
36 changed files with 4286 additions and 406 deletions

View file

@ -30,11 +30,6 @@ namespace NzbDrone
_securityProvider = securityProvider;
}
public ApplicationServer()
{
}
protected override void OnStart(string[] args)
{
Start();