Core.Persistence - massive cleanup

This commit is contained in:
Stephan
2016-04-12 19:55:50 +02:00
parent 43f0d77c10
commit aceaf4b15d
242 changed files with 2004 additions and 2073 deletions

View File

@@ -22,6 +22,7 @@ namespace Umbraco.Tests.Cache.DistributedCache
public void Setup()
{
var container = new ServiceContainer();
container.EnableAnnotatedConstructorInjection();
ServerRegistrarResolver.Current = new ServerRegistrarResolver(
new TestServerRegistrar());