website refactor
This commit is contained in:
@@ -19,9 +19,9 @@ import type { TeamRatingRepository } from '@core/racing/domain/repositories/Team
|
||||
*/
|
||||
export class RecordTeamRaceRatingEventsUseCase {
|
||||
constructor(
|
||||
private readonly teamRaceResultsProvider: ITeamRaceResultsProvider,
|
||||
private readonly ratingEventRepository: ITeamRatingEventRepository,
|
||||
private readonly ratingRepository: ITeamRatingRepository,
|
||||
private readonly teamRaceResultsProvider: TeamRaceResultsProvider,
|
||||
private readonly ratingEventRepository: TeamRatingEventRepository,
|
||||
private readonly ratingRepository: TeamRatingRepository,
|
||||
private readonly appendTeamRatingEventsUseCase: AppendTeamRatingEventsUseCase,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user