fix for collection base
This commit is contained in:
@@ -6,7 +6,10 @@ 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, IZeroContext context, ILogger<IntegrationsCollection> logger, ICollectionInterceptorHandler interceptorHandler = null) : base(context, options, logger, interceptorHandler)
|
||||
{
|
||||
OnlyActive = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user