Move Deploy and Events to Umbraco.Cms.Core.*

Also move QueuingEventDispatcher to the core project since it has 0 external references, and could be cut and pasted with 0 errors.
This commit is contained in:
Mole
2021-02-12 10:54:42 +01:00
parent b74abaf3af
commit 88f7abb72e
29 changed files with 15 additions and 74 deletions

View File

@@ -5,9 +5,6 @@ using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Persistence.Repositories;
using Umbraco.Cms.Core.Services;
using Umbraco.Core.Events;
using Umbraco.Core.Models;
using Umbraco.Core.Persistence.Repositories;
using Umbraco.Core.Scoping;
namespace Umbraco.Core.Services.Implement