Exemplo n.º 1
0
 public GroupRepository(MvcContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public StudentRepository(MvcContext context)
 {
     this.context = context;
 }