public ForumRepo(HaikuDbContext context) { _dbContext = context; }
public HaikuRepo(HaikuDbContext context) { this._dbContext = context; }