Migrations refactoring - WIP - plan

This commit is contained in:
Stephan
2017-12-22 12:29:56 +01:00
parent 772c8ba242
commit 16c919c1a5
94 changed files with 1204 additions and 1842 deletions

View File

@@ -7,6 +7,7 @@ using Umbraco.Core.Events;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.Services;
using Umbraco.Core.Services.Implement;
namespace Umbraco.Core.Composing.CompositionRoots
{
@@ -25,6 +26,7 @@ namespace Umbraco.Core.Composing.CompositionRoots
container.RegisterSingleton<IdkMap>();
// register the services
container.RegisterSingleton<IKeyValueService, KeyValueService>();
container.RegisterSingleton<IMigrationEntryService, MigrationEntryService>();
container.RegisterSingleton<IPublicAccessService, PublicAccessService>();
container.RegisterSingleton<ITaskService, TaskService>();