8 lines
239 B
C#
8 lines
239 B
C#
namespace EnvelopeGenerator.Application.Common.Dto.PSPDFKitInstant;
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
/// <param name="Binary"></param>
|
|
/// <param name="ContentType"></param>
|
|
public record Attachment(string Binary, string ContentType); |