refactor driver module (wip)
This commit is contained in:
@@ -27,7 +27,7 @@ export class GetLeagueSeasonsUseCase {
|
||||
constructor(
|
||||
private readonly seasonRepository: ISeasonRepository,
|
||||
private readonly leagueRepository: ILeagueRepository,
|
||||
private readonly output: UseCaseOutputPort<GetLeagueSeasonsResult>,
|
||||
readonly output: UseCaseOutputPort<GetLeagueSeasonsResult>,
|
||||
) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user