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