refactor(EnvelopeHistory): ersetzt mitg als Common.Entites.EnvelopeHistory

This commit is contained in:
Developer 02
2025-05-26 10:07:48 +02:00
parent c6fe039dd8
commit 10b05d6301
4 changed files with 2 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ Public Class EnvelopeEditorController
If EnvelopeModel.Insert(oEnvelope) Then
Dim newHistoryEntry As New Common.EnvelopeHistoryWith {
Dim newHistoryEntry As New EnvelopeHistory With {
.EnvelopeId = oEnvelope.Id,
.Status = EnvelopeStatus.EnvelopeCreated,
.UserReference = oEnvelope.User.Email