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