update 20250317
This commit is contained in:
@@ -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.
Binary file not shown.
Reference in New Issue
Block a user