Files
EnvelopeGenerator/EnvelopeGenerator.Domain/Entities/Envelope.cs
TekH 2779452d72 Add ReadOnly property to Envelope class
Added a ReadOnly property to the Envelope class that returns true when EnvelopeTypeId is 2. The property is marked with [JsonIgnore] and [NotMapped] to exclude it from JSON serialization and database mapping.
2026-01-27 11:49:02 +01:00

5.1 KiB