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
@@ -22,7 +22,7 @@ namespace zero.Core.Collections
protected ILogger<IntegrationsCollection> Logger { get; private set; }
public IntegrationsCollection(IZeroContext context, IZeroOptions options, ILogger<IntegrationsCollection> logger, ICollectionInterceptorHandler interceptorHandler = null) : base(context, interceptorHandler)
public IntegrationsCollection(ICollectionContext context, IZeroOptions options, ILogger<IntegrationsCollection> logger) : base(context)
{
Options = options;
RegisteredTypes = Options.Integrations.GetAllItems();