more seeds

This commit is contained in:
2025-12-27 11:58:35 +01:00
parent 91612e4256
commit 3efa978ee0
25 changed files with 806 additions and 55 deletions

View File

@@ -47,6 +47,7 @@ export const BootstrapProviders: Provider[] = [
driverRepository: RacingSeedDependencies['driverRepository'],
leagueRepository: RacingSeedDependencies['leagueRepository'],
seasonRepository: RacingSeedDependencies['seasonRepository'],
leagueScoringConfigRepository: RacingSeedDependencies['leagueScoringConfigRepository'],
seasonSponsorshipRepository: RacingSeedDependencies['seasonSponsorshipRepository'],
sponsorshipRequestRepository: RacingSeedDependencies['sponsorshipRequestRepository'],
leagueWalletRepository: RacingSeedDependencies['leagueWalletRepository'],
@@ -67,6 +68,7 @@ export const BootstrapProviders: Provider[] = [
driverRepository,
leagueRepository,
seasonRepository,
leagueScoringConfigRepository,
seasonSponsorshipRepository,
sponsorshipRequestRepository,
leagueWalletRepository,
@@ -88,6 +90,7 @@ export const BootstrapProviders: Provider[] = [
'IDriverRepository',
'ILeagueRepository',
'ISeasonRepository',
'ILeagueScoringConfigRepository',
'ISeasonSponsorshipRepository',
'ISponsorshipRequestRepository',
'ILeagueWalletRepository',