update to use Constants.EnvelopeStatus instead of int

This commit is contained in:
2025-08-22 15:26:37 +02:00
parent 290e87048c
commit b7e19db0f1
2 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ public class Envelope
[Required]
[Column("STATUS")]
public int Status { get; set; }
public Constants.EnvelopeStatus Status { get; set; }
[Required]
[Column("ENVELOPE_UUID", TypeName = "nvarchar(36)")]