示例#1
0
 public TestMarkRepository(ITestingPlatformDbContext db)
 {
     _db = db;
 }
 public UserAnswerRepository(ITestingPlatformDbContext db)
 {
     _db = db;
 }
 public TestQuestionRepository(ITestingPlatformDbContext db)
 {
     _db = db;
 }