Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs =================================================================== diff -u -ra60557733c51605766a491d4fcac7aea6d5d5a27 -r8a90c409545ce1b48e018d3b5d6b5982dbef926f --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs) (revision a60557733c51605766a491d4fcac7aea6d5d5a27) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PresentationObjects/GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContext.cs) (revision 8a90c409545ce1b48e018d3b5d6b5982dbef926f) @@ -21,13 +21,13 @@ using System; using Core.Common.Base; -using Ringtoets.GrassCoverErosionOutwards.Data; +using Ringtoets.HydraRing.Data; namespace Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects { /// - /// Presentation object for all data required to configure an instance of - /// with for a given norm. + /// Presentation object for all data required to configure an instance of + /// with for a given norm. /// public class GrassCoverErosionOutwardsDesignWaterLevelLocationContext : GrassCoverErosionOutwardsHydraulicBoundaryLocationContext { @@ -36,11 +36,11 @@ /// /// The which the /// belongs to. - /// The + /// The /// which the belongs to. /// Thrown when any input parameter is null. - public GrassCoverErosionOutwardsDesignWaterLevelLocationContext(ObservableList wrappedList, - GrassCoverErosionOutwardsHydraulicBoundaryLocation grassCoverErosionOutwardsHydraulicBoundaryLocation) - : base(wrappedList, grassCoverErosionOutwardsHydraulicBoundaryLocation) {} + public GrassCoverErosionOutwardsDesignWaterLevelLocationContext(ObservableList wrappedList, + HydraulicBoundaryLocation hydraulicBoundaryLocation) + : base(wrappedList, hydraulicBoundaryLocation) {} } } \ No newline at end of file