Validation and stuff

This commit is contained in:
Jonathan Jenne
2021-11-16 16:16:46 +01:00
parent 964f2ee60c
commit 47c22e9361
13 changed files with 140 additions and 70 deletions

View File

@@ -20,7 +20,6 @@ Namespace Winline
Serializer = New Serializer(pLogConfig)
Config = pConfig
AppDataPath = pAppDataPath
'Mapper = MapperFactory.GetMapper()
End Sub
Public Async Function TransferDocumentToWinline(pDocument As Document) As Task(Of Boolean)