Exemple #1
0
 public RepositoryGradeTests(RepositoryTestsSetupFixture <GradeEntity> testContext)
 {
     this.testContext = testContext;
 }
 public RepositoryStudentTests(RepositoryTestsSetupFixture <StudentEntity> testContext)
 {
     this.testContext = testContext;
 }