Move email models into a folder

This commit is contained in:
Mole
2021-06-04 09:50:49 +02:00
parent c341a39306
commit 6a79053a9f
13 changed files with 13 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Models.Email;
namespace Umbraco.Cms.Core.Notifications
{