Files
EnvelopeGenerator/EnvelopeGenerator.ReceiverUI/Models/AnnotationDto.cs
TekH 6672b902b0 Make AnnotationDto properties non-nullable
Changed the `Page` property from `int?` to `int` to ensure it always has a value. Similarly, changed the `X` and `Y` properties from `double?` to `double` to enforce non-nullable values for horizontal and vertical positions.
2026-05-31 22:26:20 +02:00

1.3 KiB