Files
mixtape/zero.Core/Configuration/Integrations/IntegrationService.cs
T
2021-11-24 15:49:25 +01:00

14 lines
403 B
C#

//using Microsoft.Extensions.Logging;
//namespace zero.Configuration;
//public class IntegrationService : IntegrationsCollection, IIntegrationService
//{
// public IntegrationService(IStoreContext<Integration> context, ILogger<IntegrationsCollection> logger) : base(context, logger)
// {
// Options = new(false);
// }
//}
//public interface IIntegrationService : IIntegrationsCollection { }