Autofac registrations are not singleton anymore.

This commit is contained in:
kay.one 2013-03-30 15:14:33 -07:00
parent 3cdff3bb71
commit f2886d89de
5 changed files with 34 additions and 23 deletions

View file

@ -1,6 +1,5 @@
using System;
using System.IO;
using System.Linq;
using Autofac;
using NLog;
using NzbDrone.Common;