modules => serviceCollectionExtensions

This commit is contained in:
2021-11-23 22:56:22 +01:00
parent a665a326de
commit 691a660ec3
108 changed files with 1284 additions and 1442 deletions
@@ -4,7 +4,7 @@ namespace zero.Configuration;
public class IntegrationService : IntegrationsCollection, IIntegrationService
{
public IntegrationService(ICollectionContext<Integration> context, ILogger<IntegrationsCollection> logger) : base(context, logger)
public IntegrationService(IStoreContext<Integration> context, ILogger<IntegrationsCollection> logger) : base(context, logger)
{
Options = new(false);
}