website refactor
This commit is contained in:
@@ -29,9 +29,9 @@ export interface GetLeagueScheduleResult {
|
||||
|
||||
export class GetLeagueScheduleUseCase {
|
||||
constructor(
|
||||
private readonly leagueRepository: ILeagueRepository,
|
||||
private readonly seasonRepository: ISeasonRepository,
|
||||
private readonly raceRepository: IRaceRepository,
|
||||
private readonly leagueRepository: LeagueRepository,
|
||||
private readonly seasonRepository: SeasonRepository,
|
||||
private readonly raceRepository: RaceRepository,
|
||||
private readonly logger: Logger,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user