Exemple #1
0
 public BlogRepository(TechBytesDBContext dbContext) : base(dbContext)
 {
 }
Exemple #2
0
 public PostTagRepository(TechBytesDBContext dbContext) : base(dbContext)
 {
 }
Exemple #3
0
 public BaseRepository(TechBytesDBContext dbContext)
 {
     this.dbContext = dbContext;
 }