refactor(Envelope): remove EnvelopeType-property
This commit is contained in:
@@ -125,9 +125,6 @@ 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";
|
||||||
|
|||||||
Reference in New Issue
Block a user