Fix Redundance Reference
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using AMREZ.EOP.Contracts.DTOs.Integrations.SCB.SlipVerification;
|
||||
|
||||
namespace AMREZ.EOP.Abstractions.Infrastructures.Integrations.SCB.Clients;
|
||||
|
||||
public interface IScbSlipClient
|
||||
{
|
||||
|
||||
Task<SlipVerificationEnvelope?> VerifyAsync(string transRef, string sendingBank, CancellationToken ct);
|
||||
}
|
||||
Reference in New Issue
Block a user