website refactor
This commit is contained in:
@@ -23,7 +23,7 @@ export class DeletePrizeUseCase
|
||||
implements UseCase<DeletePrizeInput, DeletePrizeResult, DeletePrizeErrorCode>
|
||||
{
|
||||
constructor(
|
||||
private readonly prizeRepository: IPrizeRepository,
|
||||
private readonly prizeRepository: PrizeRepository,
|
||||
) {}
|
||||
|
||||
async execute(input: DeletePrizeInput): Promise<Result<DeletePrizeResult, ApplicationErrorCode<DeletePrizeErrorCode>>> {
|
||||
|
||||
Reference in New Issue
Block a user