public TestMarkRepository(ITestingPlatformDbContext db) { _db = db; }
public UserAnswerRepository(ITestingPlatformDbContext db) { _db = db; }
public TestQuestionRepository(ITestingPlatformDbContext db) { _db = db; }