9db15f70253aebbd7c8a069cc8c78124bbd58c0f
- Add POST /api/pdf/attachments/check endpoint (multipart/form-data) - Add POST /api/pdf/attachments/check endpoint (application/json with Base64) - Dual input support: IFormFile (file upload) and Base64 JSON - Controller converts IFormFile → byte[] and sends to MediatR - Complete XML documentation with Swagger examples - Primary constructor pattern used
Description
No description provided
Languages
C#
100%