KlassenBIB erweitert

This commit is contained in:
2018-06-07 21:13:20 +02:00
parent cd0b99fa51
commit 258a3f7f11
5 changed files with 83 additions and 0 deletions

View File

@@ -45,6 +45,13 @@ namespace KlassenBIB.Tests
Quantifizierung2 = 150,
});
InlinerSanierung inliner = new InlinerSanierung();
inliner.Guid = Guid.NewGuid();
inliner.TempAusen = 1;
inliner.STVOAbsicherung = true;
inspektionsobjekt.Sanierung = inliner;
inliner.InspektionsObjekt = inspektionsobjekt;
abwasserTechnischeAnlageCollection.Add(inspektionsobjekt);