website refactor
This commit is contained in:
@@ -30,7 +30,7 @@ export class CreatePaymentUseCase
|
||||
implements UseCase<CreatePaymentInput, CreatePaymentResult, CreatePaymentErrorCode>
|
||||
{
|
||||
constructor(
|
||||
private readonly paymentRepository: IPaymentRepository,
|
||||
private readonly paymentRepository: PaymentRepository,
|
||||
) {}
|
||||
|
||||
async execute(input: CreatePaymentInput): Promise<Result<CreatePaymentResult, ApplicationErrorCode<CreatePaymentErrorCode>>> {
|
||||
|
||||
Reference in New Issue
Block a user