Unify raven session

This commit is contained in:
2021-10-13 12:47:18 +02:00
parent b48e679a0c
commit d2032370ea
36 changed files with 387 additions and 458 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace zero.Core.Integrations
{
public class IntegrationService : IntegrationsCollection, IIntegrationService
{
public IntegrationService(IZeroOptions options, IZeroContext context, ILogger<IntegrationsCollection> logger, ICollectionInterceptorHandler interceptorHandler = null) : base(context, options, logger, interceptorHandler)
public IntegrationService(IZeroOptions options, ICollectionContext context, ILogger<IntegrationsCollection> logger, ICollectionInterceptorHandler interceptorHandler = null) : base(context, options, logger)
{
OnlyActive = true;
}