Move notifications to core instead of infrastructure

This commit is contained in:
Bjarke Berg
2021-04-09 13:43:39 +02:00
parent 578c1d1c0f
commit ba6eea4f6f
152 changed files with 160 additions and 160 deletions

View File

@@ -7,9 +7,9 @@ using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Services.Changes;
using Umbraco.Cms.Core.Services.Implement;
using Umbraco.Cms.Core.Services.Notifications;
using Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement;
using Umbraco.Cms.Infrastructure.PublishedCache.Persistence;
using Umbraco.Cms.Infrastructure.Services.Notifications;
using Umbraco.Extensions;
namespace Umbraco.Cms.Infrastructure.PublishedCache