Unify raven session
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user