This commit is contained in:
Jonathan Jenne
2023-12-04 12:27:18 +01:00
4 changed files with 68 additions and 33 deletions

View File

@@ -29,8 +29,6 @@
End Get
End Property
Public Function ValidateReceiverDocumentData() As List(Of String)
Dim oErrors As New List(Of String)
@@ -45,6 +43,4 @@
Return oErrors
End Function
End Class