This commit is contained in:
2021-11-24 15:49:25 +01:00
parent c498c88b7e
commit 649791d648
47 changed files with 708 additions and 846 deletions
@@ -1,14 +1,14 @@
using Microsoft.Extensions.Logging;
//using Microsoft.Extensions.Logging;
namespace zero.Configuration;
//namespace zero.Configuration;
public class IntegrationService : IntegrationsCollection, IIntegrationService
{
public IntegrationService(IStoreContext<Integration> context, ILogger<IntegrationsCollection> logger) : base(context, logger)
{
Options = new(false);
}
}
//public class IntegrationService : IntegrationsCollection, IIntegrationService
//{
// public IntegrationService(IStoreContext<Integration> context, ILogger<IntegrationsCollection> logger) : base(context, logger)
// {
// Options = new(false);
// }
//}
public interface IIntegrationService : IIntegrationsCollection { }
//public interface IIntegrationService : IIntegrationsCollection { }