20-09-2023
This commit is contained in:
@@ -4,8 +4,6 @@ Imports System.IO
|
||||
Public Class EnvelopeDocument
|
||||
Public Property Id As Integer
|
||||
|
||||
Public Property FileInfo As FileInfo
|
||||
|
||||
Public Property FileNameOriginal As String
|
||||
|
||||
Public Property IsTempFile As Boolean = True
|
||||
@@ -16,15 +14,7 @@ Public Class EnvelopeDocument
|
||||
|
||||
Public Property Elements As New List(Of EnvelopeDocumentElement)
|
||||
|
||||
Public ReadOnly Property Filename As String
|
||||
Get
|
||||
Return FileInfo.Name
|
||||
End Get
|
||||
End Property
|
||||
Public Property Filename As String
|
||||
|
||||
Public ReadOnly Property Filepath As String
|
||||
Get
|
||||
Return FileInfo.FullName
|
||||
End Get
|
||||
End Property
|
||||
Public Property Filepath As String
|
||||
End Class
|
||||
|
||||
4
EnvelopeGenerator.Common/Entities/EnvelopeResponse.vb
Normal file
4
EnvelopeGenerator.Common/Entities/EnvelopeResponse.vb
Normal file
@@ -0,0 +1,4 @@
|
||||
Public Class EnvelopeResponse
|
||||
Public Property Envelope As Envelope
|
||||
Public Property ReceiverId As Integer
|
||||
End Class
|
||||
Reference in New Issue
Block a user