chore: 构建
This commit is contained in:
@@ -7,11 +7,8 @@
|
||||
|
||||
//namespace Volo.Abp.AuditLogging.EntityFrameworkCore;
|
||||
|
||||
//public class SqlSugarCoreAuditLogRepository : SqlSugarRepository<AuditLog, Guid>, IAuditLogRepository
|
||||
//public class SqlSugarCoreAuditLogRepository : SqlSugarNoConstraintsRepository<AuditLog,Guid>, IAuditLogRepository
|
||||
//{
|
||||
// public SqlSugarCoreAuditLogRepository(ISugarDbContextProvider<ISqlSugarDbContext> sugarDbContextProvider) : base(sugarDbContextProvider)
|
||||
// {
|
||||
// }
|
||||
|
||||
// public virtual async Task<List<AuditLog>> GetListAsync(
|
||||
// string sorting = null,
|
||||
|
||||
@@ -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<YiAuditLoggingDbContext>();
|
||||
}
|
||||
}
|
||||
}
|
||||
//namespace Yi.AuditLogging.SqlSugarCore
|
||||
//{
|
||||
// [DependsOn(typeof(AbpAuditLoggingDomainModule))]
|
||||
// [DependsOn(typeof(YiFrameworkSqlSugarCoreModule))]
|
||||
// public class YiAuditLoggingSqlSugarCoreModule:AbpModule
|
||||
// {
|
||||
// public override void ConfigureServices(ServiceConfigurationContext context)
|
||||
// {
|
||||
// context.Services.AddYiDbContext<YiAuditLoggingDbContext>();
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user