update to use Constants.EnvelopeStatus instead of int
This commit is contained in:
@@ -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)")]
|
||||
|
||||
Reference in New Issue
Block a user