refactor dtos to ports

This commit is contained in:
2025-12-19 14:08:27 +01:00
parent 2ab86ec9bd
commit 499562c456
106 changed files with 386 additions and 1009 deletions

View File

@@ -42,8 +42,6 @@ export * from './infrastructure/repositories/InMemorySeasonSponsorshipRepository
export * from './infrastructure/repositories/InMemorySponsorshipRequestRepository';
export * from './infrastructure/repositories/InMemorySponsorshipPricingRepository';
export * from './application/mappers/EntityMappers';
export * from './application/dtos/DriverDTO';
export * from './application/dtos/LeagueDriverSeasonStatsDTO';
export * from './application/dtos/LeagueScoringConfigDTO';