public StudentRepository(SchoolContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public StudentRepository(SchoolContext context)
 {
     this.context = context;
 }