Port 7.7 - WIP

This commit is contained in:
Stephan
2017-08-26 17:39:23 +02:00
parent ac1e4bdfe3
commit 4dedd52e37
41 changed files with 1556 additions and 625 deletions

View File

@@ -21,6 +21,9 @@ namespace Umbraco.Core.Composing.CompositionRoots
// register the service context
container.RegisterSingleton<ServiceContext>();
// register the special idk map
container.RegisterSingleton<IdkMap>();
// register the services
container.RegisterSingleton<IMigrationEntryService, MigrationEntryService>();
container.RegisterSingleton<IPublicAccessService, PublicAccessService>();