website refactor
This commit is contained in:
@@ -33,9 +33,9 @@ export interface FileProtestResult {
|
||||
|
||||
export class FileProtestUseCase {
|
||||
constructor(
|
||||
private readonly protestRepository: IProtestRepository,
|
||||
private readonly raceRepository: IRaceRepository,
|
||||
private readonly leagueMembershipRepository: ILeagueMembershipRepository,
|
||||
private readonly protestRepository: ProtestRepository,
|
||||
private readonly raceRepository: RaceRepository,
|
||||
private readonly leagueMembershipRepository: LeagueMembershipRepository,
|
||||
) {}
|
||||
|
||||
async execute(command: FileProtestInput): Promise<Result<FileProtestResult, ApplicationErrorCode<FileProtestErrorCode, { message: string }>>> {
|
||||
|
||||
Reference in New Issue
Block a user