Exemple #1
0
 public AttendanceRespository()
 {
     context = new StudentAAContext();
 }
Exemple #2
0
 public StudentRepository()
 {
     context = new StudentAAContext();
 }
Exemple #3
0
 public ModuleRespository()
 {
     context = new StudentAAContext();
 }
 public AssessmentRespository()
 {
     context = new StudentAAContext();
 }
 public LecturerRepository()
 {
     context = new StudentAAContext();
 }
 public StudentGradeRespository()
 {
     context = new StudentAAContext();
 }