AB3594 - Removed references from core to configuration

This commit is contained in:
Bjarke Berg
2019-11-14 11:47:34 +01:00
parent 73167029f0
commit 126380dcee
50 changed files with 248 additions and 118 deletions

View File

@@ -0,0 +1,8 @@
namespace Umbraco.Core.Configuration.HealthChecks
{
public interface INotificationMethodSettings
{
string Key { get; }
string Value { get; }
}
}