7 lines
192 B
C#
7 lines
192 B
C#
namespace EnvelopeGenerator.Application.Common.Dto.PSPDFKitInstant;
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
/// <param name="Points"></param>
|
|
public record Lines(List<List<List<float>>> Points); |