refactor(Envelope): remove EnvelopeType-property
This commit is contained in:
parent
3f5a584399
commit
f4c61e3bc7
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user