Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingOutputCreateExtensions.cs =================================================================== diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -r7ae9100ff4e61169edcefaeb01b72d492431742f --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingOutputCreateExtensions.cs (.../PipingOutputCreateExtensions.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingOutputCreateExtensions.cs (.../PipingOutputCreateExtensions.cs) (revision 7ae9100ff4e61169edcefaeb01b72d492431742f) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using Application.Ringtoets.Storage.DbContext; using Ringtoets.Piping.Data; @@ -36,15 +35,9 @@ /// /// The calculation output for piping failure mechanism to /// create a database entity for. - /// The object keeping track of create operations. /// A new . - /// Thrown when is null. - internal static PipingCalculationOutputEntity Create(this PipingOutput output, PersistenceRegistry registry) + internal static PipingCalculationOutputEntity Create(this PipingOutput output) { - if (registry == null) - { - throw new ArgumentNullException("registry"); - } var entity = new PipingCalculationOutputEntity { HeaveFactorOfSafety = output.HeaveFactorOfSafety.ToNaNAsNull(),