Revert "Temp8 tinymce"
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Web.HealthCheck.NotificationMethods;
|
||||
|
||||
namespace Umbraco.Web.HealthCheck
|
||||
{
|
||||
public interface IHealthCheckNotificationMethodsResolver
|
||||
{
|
||||
IEnumerable<IHealthCheckNotificatationMethod> NotificationMethods { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user