예제 #1
0
 public CourseRepository()
 {
     this.dbContext = new StudentApiDbContext();
 }
예제 #2
0
 public EnrollerReporitory()
 {
     this.dbContext = new StudentApiDbContext();
 }