Beispiel #1
0
 public CategoryRepository(EduPlatformContext dbContext) : base(dbContext)
 {
 }
Beispiel #2
0
 public PostRepository(EduPlatformContext dbContext) : base(dbContext)
 {
 }
Beispiel #3
0
 public BaseRepository(EduPlatformContext dbContext)
 {
     _dbContext = dbContext;
 }
Beispiel #4
0
 public WebinarRepository(EduPlatformContext dbContext) : base(dbContext)
 {
 }