示例#1
0
 public LessonRepositoryImpl(LearningPlatformContext context)
 {
     _context = context;
 }
 public CategoryRepositoryImpl(LearningPlatformContext context)
 {
     _context = context;
 }
示例#3
0
 public FinishedLessonImpl(LearningPlatformContext context)
 {
     _context = context;
 }
示例#4
0
 public CourseRepositoryImpl(LearningPlatformContext context)
 {
     _context = context;
 }
示例#5
0
 public ChapterRepositoryImpl(LearningPlatformContext context)
 {
     _context = context;
 }
 public CourseInProgressImpl(LearningPlatformContext context)
 {
     _context = context;
 }
示例#7
0
 public VideoRepositoryImpl(LearningPlatformContext context)
 {
     _context = context;
 }