Port 7.7 - WIP
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Core.Composing;
|
||||
using Umbraco.Web.HealthCheck.NotificationMethods;
|
||||
|
||||
namespace Umbraco.Web.HealthCheck
|
||||
{
|
||||
public class HealthCheckNotificationMethodCollection : BuilderCollectionBase<IHealthCheckNotificationMethod>
|
||||
{
|
||||
public HealthCheckNotificationMethodCollection(IEnumerable<IHealthCheckNotificationMethod> items)
|
||||
: base(items)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user