website refactor
This commit is contained in:
@@ -37,8 +37,8 @@ export type ManageSeasonLifecycleErrorCode =
|
||||
* ManageSeasonLifecycleUseCase
|
||||
*/
|
||||
export class ManageSeasonLifecycleUseCase {
|
||||
constructor(private readonly leagueRepository: ILeagueRepository,
|
||||
private readonly seasonRepository: ISeasonRepository) {}
|
||||
constructor(private readonly leagueRepository: LeagueRepository,
|
||||
private readonly seasonRepository: SeasonRepository) {}
|
||||
|
||||
async execute(
|
||||
input: ManageSeasonLifecycleInput,
|
||||
|
||||
Reference in New Issue
Block a user