Refactor collection builders for IContainer

This commit is contained in:
Stephan
2018-07-20 16:36:46 +02:00
parent 5836cd05cb
commit 97da0829a2
45 changed files with 175 additions and 142 deletions

View File

@@ -1,12 +1,11 @@
using LightInject;
using Umbraco.Core.Composing;
using Umbraco.Core.Composing;
using Umbraco.Web.HealthCheck.NotificationMethods;
namespace Umbraco.Web.HealthCheck
{
internal class HealthCheckNotificationMethodCollectionBuilder : LazyCollectionBuilderBase<HealthCheckNotificationMethodCollectionBuilder, HealthCheckNotificationMethodCollection, IHealthCheckNotificationMethod>
{
public HealthCheckNotificationMethodCollectionBuilder(IServiceContainer container)
public HealthCheckNotificationMethodCollectionBuilder(IContainer container)
: base(container)
{ }