コード例 #1
0
ファイル: RepoSubjects.cs プロジェクト: Atlanfa/TestsSystem
 public RepoSubjects(TestsSystemContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: RepoRootUsers.cs プロジェクト: Atlanfa/TestsSystem
 public RepoRootUsers(TestsSystemContext context)
 {
     _context = context;
 }
コード例 #3
0
 public RepoPrepods(TestsSystemContext context)
 {
     _context = context;
 }
コード例 #4
0
 public RepoAnswers(TestsSystemContext context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: RepoStudents.cs プロジェクト: Atlanfa/TestsSystem
 public RepoStudents(TestsSystemContext context)
 {
     _context = context;
 }
コード例 #6
0
ファイル: RepoQuestions.cs プロジェクト: Atlanfa/TestsSystem
 public RepoQuestions(TestsSystemContext context)
 {
     _context = context;
 }
コード例 #7
0
 public RepoThemes(TestsSystemContext context)
 {
     _context = context;
 }