feat(AnnotationParams): Logik zur Initialisierung von gebundenen Annotationen hinzugefügt Annots.init

This commit is contained in:
Developer 02
2025-03-20 09:41:51 +01:00
parent df019a7243
commit cbd71aa2b9
2 changed files with 27 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
namespace EnvelopeGenerator.Web.Models;
public record Annotation(string? HorBoundAnnotId = null, string? VerBoundAnnotId = null)
public record Annotation(string? HorBoundAnnotName = null, string? VerBoundAnnotName = null)
{
#region Layout
internal double _marginX = default;