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