Exemple #1
0
 public StudentRepo(SchoolContextdb context)
 {
     this.context = context;
 }
 public CourseAssignmentRepo(SchoolContextdb context)
 {
     this.context = context;
 }
 public TeacherRepo(SchoolContextdb context)
 {
     this.context = context;
 }
 public CourseRepo(SchoolContextdb contextdb)
 {
     context = contextdb;
 }