chore 优化代码

This commit is contained in:
2025-10-16 10:30:51 +08:00
parent f1c609b4be
commit 1f5bc3e971
367 changed files with 2705 additions and 3083 deletions

View File

@ -4,8 +4,8 @@ using Volo.Abp.FeatureManagement;
using Volo.Abp.Identity;
using Volo.Abp.Modularity;
using Volo.Abp.PermissionManagement;
using Volo.Abp.TenantManagement;
using Volo.Abp.SettingManagement;
using Volo.Abp.TenantManagement;
using Volo.Abp.VirtualFileSystem;
namespace KonSoft.TenantManagement;
@ -26,8 +26,7 @@ public class TenantManagementHttpApiClientModule : AbpModule
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.AddHttpClientProxies(
typeof(TenantManagementApplicationContractsModule).Assembly,
RemoteServiceName
typeof(TenantManagementApplicationContractsModule).Assembly
);
Configure<AbpVirtualFileSystemOptions>(options =>
@ -35,4 +34,4 @@ public class TenantManagementHttpApiClientModule : AbpModule
options.FileSets.AddEmbedded<TenantManagementHttpApiClientModule>();
});
}
}
}