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