Umstrukturierungen

This commit is contained in:
HuskyTeufel
2019-10-10 09:20:37 +02:00
parent 30f0956d21
commit a049c64ea4
39 changed files with 201 additions and 416 deletions

View File

@@ -152,7 +152,7 @@ namespace SchnittstelleImporter
foreach(InspizierteAbwassertechnischeAnlage src in anlagen)
{
Inspektionsobjekt inspektionsobjekt = new Inspektionsobjekt();
InspektionskuerzelnCollection inspektionskuerzelns = new InspektionskuerzelnCollection();
KlassenBIB.Collections.Inspektionskuerzeln inspektionskuerzelns = new KlassenBIB.Collections.Inspektionskuerzeln();
inspektionsobjekt.Projektnummer = projektnummer;
inspektionsobjekt.Objektbezeichnung = src.Objektbezeichnung;