diff --git a/EnvelopeGenerator.Web/Models/Annotation.cs b/EnvelopeGenerator.Web/Models/Annotation.cs index e3c21f28..cb08d806 100644 --- a/EnvelopeGenerator.Web/Models/Annotation.cs +++ b/EnvelopeGenerator.Web/Models/Annotation.cs @@ -2,8 +2,10 @@ namespace EnvelopeGenerator.Web.Models; -public class Annotation +public record Annotation { + public required string Name { get; init; } + #region Bound Annotation public string? HorBoundAnnotName { get; init; }