move PSDPFKitModels namespace to Dto and rename as PSPDFKitInstant

This commit is contained in:
2025-11-07 13:51:53 +01:00
parent 55c20e83d8
commit 5299016b43
10 changed files with 71 additions and 29 deletions

View File

@@ -0,0 +1,7 @@
namespace EnvelopeGenerator.Application.Common.Dto.PSPDFKitInstant;
/// <summary>
///
/// </summary>
/// <param name="Points"></param>
public record Lines(List<List<List<float>>> Points);