Revert "refactor(Envelope): remove EnvelopeType-property"

This reverts commit f4c61e3bc7f99613106ff4c43b6ec86d34f96e1b.
This commit is contained in:
tekh 2025-08-19 15:34:43 +02:00
parent 05888bc57d
commit a09ea990ab

View File

@ -125,6 +125,9 @@ public class Envelope
[ForeignKey("UserId")] [ForeignKey("UserId")]
public User User { get; set; } public User User { get; set; }
[ForeignKey("EnvelopeTypeId")]
public EnvelopeType EnvelopeType { get; set; }
#if NETFRAMEWORK #if NETFRAMEWORK
[NotMapped] [NotMapped]
public string CURRENT_WORK_APP { get; set; } = "signFLOW GUI"; public string CURRENT_WORK_APP { get; set; } = "signFLOW GUI";