2023-12-28 11:04:45 +08:00
|
|
|
|
//using Volo.Abp.AuditLogging;
|
|
|
|
|
|
//using Volo.Abp.Modularity;
|
|
|
|
|
|
//using Yi.Framework.SqlSugarCore;
|
2023-12-27 18:59:26 +08:00
|
|
|
|
|
2023-12-28 11:04:45 +08:00
|
|
|
|
//namespace Yi.AuditLogging.SqlSugarCore
|
|
|
|
|
|
//{
|
|
|
|
|
|
// [DependsOn(typeof(AbpAuditLoggingDomainModule))]
|
|
|
|
|
|
// [DependsOn(typeof(YiFrameworkSqlSugarCoreModule))]
|
|
|
|
|
|
// public class YiAuditLoggingSqlSugarCoreModule:AbpModule
|
|
|
|
|
|
// {
|
|
|
|
|
|
// public override void ConfigureServices(ServiceConfigurationContext context)
|
|
|
|
|
|
// {
|
|
|
|
|
|
// context.Services.AddYiDbContext<YiAuditLoggingDbContext>();
|
|
|
|
|
|
// }
|
|
|
|
|
|
// }
|
|
|
|
|
|
//}
|