Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs =================================================================== diff -u -r92210258706d0f57e05552037b676bd941a6fe19 -r7194f9760969f736d93069f4c833bedd8b1f540b --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs (.../HeightStructuresCalculationService.cs) (revision 92210258706d0f57e05552037b676bd941a6fe19) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs (.../HeightStructuresCalculationService.cs) (revision 7194f9760969f736d93069f4c833bedd8b1f540b) @@ -29,6 +29,7 @@ using Ringtoets.Common.Data.Structures; using Ringtoets.Common.IO.HydraRing; using Ringtoets.Common.Service; +using Ringtoets.Common.Service.Structures; using Ringtoets.Common.Service.ValidationRules; using Ringtoets.HeightStructures.Data; using Ringtoets.HeightStructures.Service.Properties; @@ -42,9 +43,9 @@ namespace Ringtoets.HeightStructures.Service { /// - /// Service that provides methods for performing Hydra-Ring calculations for height structures calculations. + /// Service that provides methods for performing Hydra-Ring calculations for height structures. /// - public class HeightStructuresCalculationService + public class HeightStructuresCalculationService : StructuresCalculationServiceBase { private static readonly ILog log = LogManager.GetLogger(typeof(HeightStructuresCalculationService));