add PSPDFKit.Attachment

This commit is contained in:
tekh 2025-11-07 10:56:53 +01:00
parent 9d4890b10d
commit 7d3959ae51

View File

@ -0,0 +1,8 @@
namespace EnvelopeGenerator.Application.Pdf.PSPDFKit;
/// <summary>
///
/// </summary>
/// <param name="Binary"></param>
/// <param name="ContentType"></param>
public record Attachment(string Binary, string ContentType);