Exemple #1
0
 public TagPostMapRepository()
 {
     context = new StudPortalContext();
 }
Exemple #2
0
 public StudentRepository()
 {
     context = new StudPortalContext();
 }