Namensrefactory

This commit is contained in:
2023-03-29 16:31:48 +02:00
parent a1f5b8437c
commit 29e1801cee
41 changed files with 124 additions and 61 deletions

View File

@@ -13,6 +13,7 @@ namespace Shared.Domain
public string Erstelldatum { get; set; }
public string Strasse { get;set; }
public string Ort { get; set; }
public Auftraggeber Auftraggeber { get; set; }
public EExportType ExportType { get; set; }
public EKodierungssystem Kodierungssystem { get; set; }
public IList<Kanal> Kanaele { get; set; }