RE 7
This commit is contained in:
@@ -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 { }
|
||||
Reference in New Issue
Block a user