Exemplo n.º 1
0
 public TagPostMapRepository()
 {
     context = new StudPortalContext();
 }
Exemplo n.º 2
0
 public StudentRepository()
 {
     context = new StudPortalContext();
 }