update 20250326

This commit is contained in:
Stefan Hutter
2025-03-26 20:46:46 +01:00
parent c767e2ed82
commit e0d3dbbbff
460 changed files with 122504 additions and 1125 deletions

View File

@@ -21,6 +21,9 @@ namespace Model
public string finaldoc { get; set; } = "";
public serienbrief sb { get; set; } = null;
public bool isSerienbrief { get; set; } = false;
public List<Versanddokument> Dokument { get; set; }
}
@@ -33,6 +36,8 @@ namespace Model
public string dokument { get; set; } = "";
public int inteintragnr = 0;
public Versanddokument(string dokumentID, string bezeichnung, string partnernr)
{
DokumentID = dokumentID;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.