Migrations refactoring - WIP - plan

This commit is contained in:
Stephan
2017-12-26 11:35:21 +01:00
parent 16c919c1a5
commit 8c8fac5d52
28 changed files with 153 additions and 242 deletions

View File

@@ -27,7 +27,6 @@ namespace Umbraco.Core.Composing.CompositionRoots
// register the services
container.RegisterSingleton<IKeyValueService, KeyValueService>();
container.RegisterSingleton<IMigrationEntryService, MigrationEntryService>();
container.RegisterSingleton<IPublicAccessService, PublicAccessService>();
container.RegisterSingleton<ITaskService, TaskService>();
container.RegisterSingleton<IDomainService, DomainService>();