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