Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingProbabilityAssessmentInputCreateExtensions.cs
===================================================================
diff -u -rb190a14336e0d8fe9aec34e81a68194081c76155 -r7ae9100ff4e61169edcefaeb01b72d492431742f
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingProbabilityAssessmentInputCreateExtensions.cs (.../PipingProbabilityAssessmentInputCreateExtensions.cs) (revision b190a14336e0d8fe9aec34e81a68194081c76155)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingProbabilityAssessmentInputCreateExtensions.cs (.../PipingProbabilityAssessmentInputCreateExtensions.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;
@@ -34,16 +33,9 @@
/// Creates a based on the information of the .
///
/// The piping probability assessment input to create a database entity for.
- /// The object keeping track of create operations.
/// A new .
- /// Thrown when is null.
- internal static PipingFailureMechanismMetaEntity Create(this PipingProbabilityAssessmentInput assessmentInput, PersistenceRegistry registry)
+ internal static PipingFailureMechanismMetaEntity Create(this PipingProbabilityAssessmentInput assessmentInput)
{
- if (registry == null)
- {
- throw new ArgumentNullException("registry");
- }
-
var entity = new PipingFailureMechanismMetaEntity
{
A = assessmentInput.A,