update 20250317

This commit is contained in:
Stefan Hutter
2025-03-18 06:37:31 +01:00
parent 238e592ec8
commit 7e3381c926
280 changed files with 2730906 additions and 197 deletions

View File

@@ -28,11 +28,14 @@ namespace Model
public string Bezeichnung { get; set; }
public string Partnernr { get; set; }
public string dokument { get; set; } = "";
public Versanddokument(string dokumentID, string bezeichnung, string partnernr)
{
DokumentID = dokumentID;
Bezeichnung = bezeichnung;
Partnernr = partnernr;
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.