refactor(architecture): harden module boundaries
Some checks failed
ci / release-gate (push) Has been cancelled
Some checks failed
ci / release-gate (push) Has been cancelled
This commit is contained in:
@@ -5,7 +5,7 @@ using Tiku.Infrastructure.Persistence;
|
||||
|
||||
namespace Tiku.Infrastructure.StudyContent;
|
||||
|
||||
public sealed class StudyContentQueryService(TikuDbContext dbContext) : IStudyContentQueryService
|
||||
public sealed class StudyContentQueryService(IContentAssetPersistence dbContext) : IStudyContentQueryService
|
||||
{
|
||||
private const int DefaultLimit = 500;
|
||||
private const int MaxLimit = 2000;
|
||||
|
||||
Reference in New Issue
Block a user