Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs =================================================================== diff -u -r219bf641fa81657e9d154c9cb50245af9b2ebe27 -r11f0867b39150ae5fac83dc178a89fee46d27611 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 219bf641fa81657e9d154c9cb50245af9b2ebe27) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) @@ -21,7 +21,6 @@ using System; using Core.Common.Base.Data; -using Core.Common.Base.Storage; using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.HeightStructures.Data @@ -30,7 +29,7 @@ /// This class holds the information of the result of the /// for a height structures assessment. /// - public class HeightStructuresFailureMechanismSectionResult : FailureMechanismSectionResult, IStorable + public class HeightStructuresFailureMechanismSectionResult : FailureMechanismSectionResult { private readonly double assessmentLayerTwoA; @@ -65,7 +64,5 @@ /// Gets or sets the state of the assessment layer one. /// public bool AssessmentLayerOne { get; set; } - - public long StorageId { get; set; } } } \ No newline at end of file