refactor(EnvelopeDocument): rename as Document
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user