2023-09-13

This commit is contained in:
Jonathan Jenne
2023-09-13 10:23:50 +02:00
parent d4c010cda4
commit 5fb92fa5c8
15 changed files with 1162 additions and 80 deletions

View File

@@ -19,6 +19,7 @@ Public Class EnvelopeModel
.Message = pRow.ItemEx("MESSAGE", ""),
.UserId = State.UserId,
.Status = ObjectEx.ToEnum(Of Constants.EnvelopeStatus)(pRow.ItemEx("STATUS", "Created")),
.AddedWhen = pRow.Item("ADDED_WHEN"),
.User = New User()
}