public BaseRepository(ProgieContext dbContext) { _dbContext = dbContext; }
public ProjectRepo(ProgieContext dbContext) : base(dbContext) { }