Пример #1
0
 public AttendanceRespository()
 {
     context = new StudentAAContext();
 }
Пример #2
0
 public StudentRepository()
 {
     context = new StudentAAContext();
 }
Пример #3
0
 public ModuleRespository()
 {
     context = new StudentAAContext();
 }
 public AssessmentRespository()
 {
     context = new StudentAAContext();
 }
 public LecturerRepository()
 {
     context = new StudentAAContext();
 }
 public StudentGradeRespository()
 {
     context = new StudentAAContext();
 }