2021-11-24 15:49:25 +01:00
|
|
|
//using Microsoft.Extensions.Logging;
|
2021-11-20 13:52:28 +01:00
|
|
|
|
2021-11-24 15:49:25 +01:00
|
|
|
//namespace zero.Configuration;
|
2021-11-20 13:52:28 +01:00
|
|
|
|
2021-11-24 15:49:25 +01:00
|
|
|
//public class IntegrationService : IntegrationsCollection, IIntegrationService
|
|
|
|
|
//{
|
|
|
|
|
// public IntegrationService(IStoreContext<Integration> context, ILogger<IntegrationsCollection> logger) : base(context, logger)
|
|
|
|
|
// {
|
|
|
|
|
// Options = new(false);
|
|
|
|
|
// }
|
|
|
|
|
//}
|
2021-11-20 13:52:28 +01:00
|
|
|
|
|
|
|
|
|
2021-11-24 15:49:25 +01:00
|
|
|
//public interface IIntegrationService : IIntegrationsCollection { }
|