style: 修改codegen命名
This commit is contained in:
@@ -5,18 +5,18 @@ using Yi.Framework.AuditLogging.Domain.Repositories;
|
||||
using Yi.Framework.AuditLogging.SqlSugarCore.Repositories;
|
||||
using Yi.Framework.SqlSugarCore;
|
||||
|
||||
namespace Yi.AuditLogging.SqlSugarCore
|
||||
namespace Yi.Framework.AuditLogging.SqlSugarCore
|
||||
{
|
||||
[DependsOn(
|
||||
typeof(YiFrameworkAuditLoggingDomainModule),
|
||||
|
||||
|
||||
typeof(YiFrameworkSqlSugarCoreModule))]
|
||||
public class YiFrameworkAuditLoggingSqlSugarCoreModule : AbpModule
|
||||
{
|
||||
public override void ConfigureServices(ServiceConfigurationContext context)
|
||||
{
|
||||
{
|
||||
context.Services.AddTransient<IAuditLogRepository, SqlSugarCoreAuditLogRepository>();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user