public TeamRepository(BundesligaContext bundesligaContext) { _bundesligaContext = bundesligaContext; _set = bundesligaContext.Teams; }
public GameRepository(BundesligaContext bundesligaContext) { _bundesligaContext = bundesligaContext; _set = bundesligaContext.Games; }