Split notifications into separate classes + move namespace

This commit is contained in:
Kenn Jacobsen
2021-03-02 14:30:57 +01:00
parent 6ae822588c
commit 1462e6c3af
47 changed files with 660 additions and 436 deletions

View File

@@ -4,7 +4,7 @@
using System.Collections.Generic;
using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Infrastructure.Services;
using Umbraco.Cms.Infrastructure.Services.Notifications;
using Umbraco.Extensions;
namespace Umbraco.Cms.Core.PropertyEditors