using AMREZ.EOP.Contracts.DTOs.Payments.SlipVerification; namespace AMREZ.EOP.Abstractions.Applications.UseCases.Payments.SlipVerification; public interface IVerifyFromImageUseCase { Task ExecuteAsync(VerifyFromImageRequest request, CancellationToken ct); }