Exemplo n.º 1
0
 public CourseRepository(KPIDemoDbContext context)
 {
     this.entitieContext = context;
 }
Exemplo n.º 2
0
 public StudentRepository(KPIDemoDbContext context)
 {
     this.entitieContext = context;
 }