AB3594 - Removed references from core to configuration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Umbraco.Core.Configuration.HealthChecks
|
||||
{
|
||||
public interface INotificationMethodSettings
|
||||
{
|
||||
string Key { get; }
|
||||
string Value { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user