Exemplo n.º 1
0
 public UnitOfWork(PopulationDBContext dc)
 {
     this.dc = dc;
 }
Exemplo n.º 2
0
 public StudentRepositoryRole(PopulationDBContext context)
 {
     this.context = context;
 }