示例#1
0
 public UnitOfWork(PopulationDBContext dc)
 {
     this.dc = dc;
 }
示例#2
0
 public StudentRepositoryRole(PopulationDBContext context)
 {
     this.context = context;
 }