update 20250925

This commit is contained in:
Stefan Hutter
2025-09-25 11:20:37 +02:00
parent 23cbc17319
commit 2773ca3baa
41 changed files with 399 additions and 26 deletions

View File

@@ -26,6 +26,7 @@ namespace Model
public string TGNrVerantwortlich { get; set; }
public string TGNrUnterschriftLinks { get; set; }
public string TGNrUnterschriftRechts { get; set; }
public string OhneUnterschrift { get; set; }
public string FaksimileUnterschrift { get; set; }
public string PrintLogo { get; set; }
@@ -70,6 +71,8 @@ namespace Model
public string TGNrVerantwortlich { get; set; }
public string TGNrUnterschriftLinks { get; set; }
public string TGNrUnterschriftRechts { get; set; }
public string UnterschriftLinksGeprueft { get; set; }
public string UnterschriftRechtsGeprueft { get; set; }
public string OhneUnterschrift { get; set; }
public string FaksimileUnterschrift { get; set; }
public string PrintLogo { get; set; }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.