refactor(content): migrate question videos and quotas to v2
This commit is contained in:
@@ -16,7 +16,6 @@ using Tiku.Infrastructure.Content.Exports;
|
||||
using Tiku.Infrastructure.Content.Imports;
|
||||
using Tiku.Infrastructure.Assets.Security;
|
||||
using Tiku.Infrastructure.Profile;
|
||||
using Tiku.Infrastructure.QuestionBanks;
|
||||
using Tiku.Infrastructure.Scoreline;
|
||||
using Tiku.Infrastructure.Storage;
|
||||
using Tiku.Infrastructure.StudyContent;
|
||||
@@ -36,8 +35,6 @@ internal static class ContentModule
|
||||
services.AddScoped<IVideoManagementService, VideoManagementService>();
|
||||
services.AddScoped<IOperationContentManagementService, OperationContentManagementService>();
|
||||
services.AddScoped<IContentImportService, ContentImportService>();
|
||||
services.AddScoped<IPublicQuestionAccessPolicy, PublicQuestionAccessPolicy>();
|
||||
services.AddScoped<IQuestionReferenceService, QuestionReferenceService>();
|
||||
services.AddScoped<IContentReleaseCompiler, ContentReleaseCompiler>();
|
||||
services.AddScoped<IContentCandidateReader, ContentCandidateReader>();
|
||||
services.AddScoped<IPlatformContentPackageProjectionService, PlatformContentPackageProjectionService>();
|
||||
|
||||
Reference in New Issue
Block a user