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