refactor use cases

This commit is contained in:
2025-12-21 01:31:31 +01:00
parent 8ecd638396
commit 22f28728ce
17 changed files with 402 additions and 286 deletions

View File

@@ -40,11 +40,7 @@ export * from './domain/repositories/ISponsorshipPricingRepository';
export * from './application/dtos/LeagueDriverSeasonStatsDTO';
export * from './application/dtos/LeagueScoringConfigDTO';
export * from './application/ports/output/CreateLeagueWithSeasonAndScoringOutputPort';
export * from './application/ports/output/DashboardOverviewOutputPort';
export * from './application/ports/output/DriversLeaderboardOutputPort';
export * from './application/use-cases/CreateSponsorUseCase';
export * from './application/use-cases/GetSponsorDashboardUseCase';
export * from './application/use-cases/GetSponsorSponsorshipsUseCase';
@@ -53,5 +49,3 @@ export * from './application/use-cases/AcceptSponsorshipRequestUseCase';
export * from './application/use-cases/RejectSponsorshipRequestUseCase';
export * from './application/use-cases/GetPendingSponsorshipRequestsUseCase';
export * from './application/use-cases/GetEntitySponsorshipPricingUseCase';
export * from './application/ports/output/CreateSponsorOutputPort';