Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/PersistenceRegistry.cs =================================================================== diff -u -rac96d7c315129af851634ed5a4a6800b59ede718 -r070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/PersistenceRegistry.cs (.../PersistenceRegistry.cs) (revision ac96d7c315129af851634ed5a4a6800b59ede718) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/PersistenceRegistry.cs (.../PersistenceRegistry.cs) (revision 070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856) @@ -218,18 +218,6 @@ /// Registers a create operation for and the /// that was constructed with the information. /// - /// The to be registered. - /// The to be registered. - /// Thrown when any of the input parameters is null. - internal void Register(GrassCoverErosionOutwardsHydraulicLocationEntity entity, HydraulicBoundaryLocation model) - { - Register(hydraulicLocations, entity, model); - } - - /// - /// Registers a create operation for and the - /// that was constructed with the information. - /// /// The to be registered. /// The to be registered. /// Thrown when any of the input parameters is null.