Beispiel #1
0
 public SQLTeacherRepository(SEClassroomDBContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public SQLAnnouncementRepository(SEClassroomDBContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public SQLCourseRepository(SEClassroomDBContext context)
 {
     this.context = context;
 }