Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs =================================================================== diff -u -r7aa336d8c0d38c5af631d480da9c8c62a7f4e261 -r207fcf758cac8237b31af99f7f54278b32eba658 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs (.../HeightStructuresImporter.cs) (revision 7aa336d8c0d38c5af631d480da9c8c62a7f4e261) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs (.../HeightStructuresImporter.cs) (revision 207fcf758cac8237b31af99f7f54278b32eba658) @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using System.Linq; +using Core.Common.Base; using Core.Common.Base.Data; using Ringtoets.Common.Data; using Ringtoets.Common.Data.AssessmentSection; @@ -62,10 +63,10 @@ this.structureUpdateStrategy = structureUpdateStrategy; } - protected override void CreateSpecificStructures(ICollection structureLocations, + protected override IEnumerable UpdateWithCreatedStructures(ICollection structureLocations, Dictionary> groupedStructureParameterRows) { - structureUpdateStrategy.UpdateStructuresWithImportedData(ImportTarget, + return structureUpdateStrategy.UpdateStructuresWithImportedData(ImportTarget, CreateHeightStructures(structureLocations.ToList(), groupedStructureParameterRows), FilePath);