refactor(EnvelopeHistoryEntry): Umbenennung von EnvelopeHistoryEntry in EnvelopeHistory

This commit is contained in:
Developer 02
2025-05-26 10:02:50 +02:00
parent 1f43dff9f4
commit c6fe039dd8
5 changed files with 8 additions and 8 deletions

View File

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