public DataHandler(IAcademyContext context)
 {
     this.context = context;
 }
 public CourseRepositoryEF(IAcademyContext context)
 {
     this.context = context;
 }
예제 #3
0
 public AssaignmentRepositoryEF(IAcademyContext context)
 {
     this.context = context;
 }
예제 #4
0
 public UserRepositoryEF(IAcademyContext context)
 {
     this.context = context;
 }