refactor(EnvelopeDocument): rename as Document

This commit is contained in:
2025-09-09 18:56:55 +02:00
parent fbbc05814f
commit ae669d05e7
23 changed files with 51 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ Imports EnvelopeGenerator.Domain.Entities
Public Class FieldEditorController
Inherits BaseController
Private ReadOnly Document As EnvelopeDocument
Private ReadOnly Document As Document
Public Property Elements As New List(Of DocumentReceiverElement)
Public Class ElementInfo
@@ -16,7 +16,7 @@ Public Class FieldEditorController
Public Guid As Integer
End Class
Public Sub New(pState As State, pDocument As EnvelopeDocument)
Public Sub New(pState As State, pDocument As Document)
MyBase.New(pState)
Document = pDocument