Exemplo n.º 1
0
 public TestMarkRepository(ITestingPlatformDbContext db)
 {
     _db = db;
 }
Exemplo n.º 2
0
 public UserAnswerRepository(ITestingPlatformDbContext db)
 {
     _db = db;
 }
Exemplo n.º 3
0
 public TestQuestionRepository(ITestingPlatformDbContext db)
 {
     _db = db;
 }