RE 3
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace zero.Configuration;
|
||||
|
||||
public class IntegrationService : IntegrationsCollection, IIntegrationService
|
||||
{
|
||||
public IntegrationService(ICollectionContext<Integration> context, ILogger<IntegrationsCollection> logger) : base(context, logger)
|
||||
{
|
||||
Options = new(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public interface IIntegrationService : IIntegrationsCollection { }
|
||||
Reference in New Issue
Block a user