website refactor
This commit is contained in:
@@ -22,8 +22,8 @@ export interface GetLeagueSeasonsResult {
|
||||
|
||||
export class GetLeagueSeasonsUseCase {
|
||||
constructor(
|
||||
private readonly leagueRepository: ILeagueRepository,
|
||||
private readonly seasonRepository: ISeasonRepository,
|
||||
private readonly leagueRepository: LeagueRepository,
|
||||
private readonly seasonRepository: SeasonRepository,
|
||||
) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user