update 20260727

This commit is contained in:
Stefan Hutter
2026-07-27 13:06:08 +02:00
parent ebc8101626
commit 19dc5ccdfd
301 changed files with 89723 additions and 223 deletions
+4 -1
View File
@@ -65,7 +65,8 @@ namespace Model
public string OnDocSignCheck { get; set; }
private string _Reference = "";
public string Reference { get => _Reference; set => _Reference = value ?? ""; }
private string _VerantwortlichBerater = "";
public string VerantwortlichBerater { get => _VerantwortlichBerater; set => _VerantwortlichBerater = value ?? "true"; }
public List<attribute> APIValues { get; set; }
public List<textreplace> TextToReplace { get; set; }
@@ -168,6 +169,8 @@ namespace Model
public List<textreplace> TextToReplace { get; set; }
public string PDFDoc { get; set; }
public string DokumentID { get; set; } = "";
private string _VerantwortlichBerater = "";
public string VerantwortlichBerater { get => _VerantwortlichBerater; set => _VerantwortlichBerater = value ?? "true"; }
}
public class APIDokumentResult
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.