Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs =================================================================== diff -u -r26f527fb809a2325c8f883ece9da01a8f8040eb3 -rdb77ae03f93f27b25268dd9f62f0091a47fe22d8 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs (.../PipingContext.cs) (revision 26f527fb809a2325c8f883ece9da01a8f8040eb3) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs (.../PipingContext.cs) (revision db77ae03f93f27b25268dd9f62f0091a47fe22d8) @@ -26,6 +26,7 @@ using Core.Common.Controls.PresentationObjects; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Hydraulics; +using Ringtoets.Common.IO.SoilProfile; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.SoilProfile; using Ringtoets.Piping.Primitives; @@ -66,13 +67,13 @@ /// Gets the available piping surface lines in order for the user to select one to /// set . /// - public IEnumerable AvailablePipingSurfaceLines { get; private set; } + public IEnumerable AvailablePipingSurfaceLines { get; } /// /// Gets the available stochastic soil models in order for the user to select a and /// to set and . /// - public IEnumerable AvailableStochasticSoilModels { get; private set; } + public IEnumerable AvailableStochasticSoilModels { get; } /// /// Gets the available hydraulic boundary locations in order for the user to select one to