refactor(Envelope): remove EnvelopeType-property

This commit is contained in:
tekh 2025-08-19 15:20:00 +02:00
parent 3f5a584399
commit f4c61e3bc7

View File

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