Update 20260417

This commit is contained in:
Stefan Hutter
2026-04-17 10:48:36 +02:00
parent a110be5021
commit c60ba71f9d
116 changed files with 3000 additions and 53 deletions

View File

@@ -160,7 +160,8 @@ namespace Model
public string FaksimileUnterschrift { get; set; }
public string PrintLogo { get; set; }
public string Dokumentdatum { get; set; }
public string Bezeichnung { get; set; }
public string _Bezeichnung = "";
public string Bezeichnung { get => _Bezeichnung; set => _Bezeichnung = value ?? ""; }
public List<attribute> APIValues { get; set; }
public List<textreplace> TextToReplace { get; set; }
public string PDFDoc { get; set; }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.