feat(content): establish v2 learning delivery foundation
Some checks failed
ci / release-gate (push) Has been cancelled

This commit is contained in:
2026-08-06 09:52:18 +08:00
parent fa2c502a26
commit 3f5957d744
134 changed files with 117960 additions and 10446 deletions

View File

@@ -25,11 +25,6 @@ internal static class PlatformModule
services.AddScoped<IBackgroundJobHandler, TenantExportJobHandler>();
services.AddScoped<IPlatformOperationsQueryService, PlatformOperationsQueryService>();
services.AddOptions<TenantProvisioningOptions>();
services.AddScoped<IPlatformQuestionBankCatalogService, PlatformQuestionBankCatalogService>();
services.AddScoped<IPlatformQuestionBankNodeService, PlatformQuestionBankNodeService>();
services.AddScoped<IPlatformQuestionAdministrationService, PlatformQuestionAdministrationService>();
services.AddScoped<IPlatformQuestionImportService, PlatformQuestionImportService>();
services.AddScoped<IPlatformQuestionAssetService, PlatformQuestionAssetService>();
services.AddScoped<IPlatformCrmAdminService, PlatformCrmAdminService>();
services.AddScoped<IPlatformSmsAdminService, PlatformSmsAdminService>();
services.AddScoped<IPlatformPaymentSettingsService, PlatformPaymentSettingsService>();