Пример #1
0
 public StudentRepo(SchoolContextdb context)
 {
     this.context = context;
 }
 public CourseAssignmentRepo(SchoolContextdb context)
 {
     this.context = context;
 }
Пример #3
0
 public TeacherRepo(SchoolContextdb context)
 {
     this.context = context;
 }
Пример #4
0
 public CourseRepo(SchoolContextdb contextdb)
 {
     context = contextdb;
 }