Fix Redundance Reference
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Payments.SlipVerification;
|
||||
|
||||
public class VerifyFromImageRequest
|
||||
public sealed class VerifyFromImageRequest
|
||||
{
|
||||
|
||||
[FromForm(Name = "Image")]
|
||||
public IFormFile? Image { get; set; } = default!;
|
||||
|
||||
[FromForm(Name = "OverrideSendingBank")]
|
||||
public string? OverrideSendingBank { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user