website refactor
This commit is contained in:
@@ -14,7 +14,7 @@ export interface GetSeasonDetailsResult {
|
||||
}
|
||||
|
||||
export class GetSeasonDetailsUseCase {
|
||||
constructor(private readonly seasonRepository: ISeasonRepository) {}
|
||||
constructor(private readonly seasonRepository: SeasonRepository) {}
|
||||
|
||||
async execute(
|
||||
input: GetSeasonDetailsInput,
|
||||
|
||||
Reference in New Issue
Block a user