diff --git a/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/SqlSugarCoreAuditLogRepository.cs b/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/SqlSugarCoreAuditLogRepository.cs index c15151f7..cf8d7646 100644 --- a/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/SqlSugarCoreAuditLogRepository.cs +++ b/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/SqlSugarCoreAuditLogRepository.cs @@ -7,11 +7,8 @@ //namespace Volo.Abp.AuditLogging.EntityFrameworkCore; -//public class SqlSugarCoreAuditLogRepository : SqlSugarRepository, IAuditLogRepository +//public class SqlSugarCoreAuditLogRepository : SqlSugarNoConstraintsRepository, IAuditLogRepository //{ -// public SqlSugarCoreAuditLogRepository(ISugarDbContextProvider sugarDbContextProvider) : base(sugarDbContextProvider) -// { -// } // public virtual async Task> GetListAsync( // string sorting = null, diff --git a/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/YiAuditLoggingSqlSugarCoreModule.cs b/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/YiAuditLoggingSqlSugarCoreModule.cs index 2c0b2126..71e497d3 100644 --- a/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/YiAuditLoggingSqlSugarCoreModule.cs +++ b/Yi.Abp.Net8/module/audit-logging/Yi.AuditLogging.SqlSugarCore/YiAuditLoggingSqlSugarCoreModule.cs @@ -1,16 +1,16 @@ -using Volo.Abp.AuditLogging; -using Volo.Abp.Modularity; -using Yi.Framework.SqlSugarCore; +//using Volo.Abp.AuditLogging; +//using Volo.Abp.Modularity; +//using Yi.Framework.SqlSugarCore; -namespace Yi.AuditLogging.SqlSugarCore -{ - [DependsOn(typeof(AbpAuditLoggingDomainModule))] - [DependsOn(typeof(YiFrameworkSqlSugarCoreModule))] - public class YiAuditLoggingSqlSugarCoreModule:AbpModule - { - public override void ConfigureServices(ServiceConfigurationContext context) - { - context.Services.AddYiDbContext(); - } - } -} +//namespace Yi.AuditLogging.SqlSugarCore +//{ +// [DependsOn(typeof(AbpAuditLoggingDomainModule))] +// [DependsOn(typeof(YiFrameworkSqlSugarCoreModule))] +// public class YiAuditLoggingSqlSugarCoreModule:AbpModule +// { +// public override void ConfigureServices(ServiceConfigurationContext context) +// { +// context.Services.AddYiDbContext(); +// } +// } +//}