Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/DesignWaterLevelLocationContext.cs =================================================================== diff -u -r82c089ea04d564cd80d55a8e0f74a112efbe9c0f -rbba9524cfdab4e69348fddab60efe718e7c1865b --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/DesignWaterLevelLocationContext.cs (.../DesignWaterLevelLocationContext.cs) (revision 82c089ea04d564cd80d55a8e0f74a112efbe9c0f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/DesignWaterLevelLocationContext.cs (.../DesignWaterLevelLocationContext.cs) (revision bba9524cfdab4e69348fddab60efe718e7c1865b) @@ -20,22 +20,23 @@ // All rights reserved. using System; -using Core.Common.Controls.PresentationObjects; using Ringtoets.HydraRing.Data; namespace Ringtoets.Integration.Forms.PresentationObjects { /// /// Presentation object for all data required to configure an instance of - /// with . + /// with . /// - public class DesignWaterLevelLocationContext : ObservableWrappedObjectContextBase + public class DesignWaterLevelLocationContext : HydraulicBoundaryLocationContext { /// /// Creates a new instance of . /// - /// The which the belongs to. - /// Thrown when is null. - public DesignWaterLevelLocationContext(HydraulicBoundaryLocation wrappedData) : base(wrappedData) {} + /// The which the belongs to. + /// The which the belongs to. + /// Thrown when any input parameter is null. + public DesignWaterLevelLocationContext(HydraulicBoundaryDatabase wrappedData, HydraulicBoundaryLocation hydraulicBoundaryLocation) + : base(wrappedData, hydraulicBoundaryLocation) {} } } \ No newline at end of file