Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs =================================================================== diff -u -rfbb37872d09f1ded75ce2209e8e48a6b64d8a78f -r4adf3910b91fba2fe6e7f7766836082046ab769a --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision fbb37872d09f1ded75ce2209e8e48a6b64d8a78f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 4adf3910b91fba2fe6e7f7766836082046ab769a) @@ -35,6 +35,11 @@ /// IDbSet ProjectEntities { get; } + /// + /// of + /// + IDbSet DikeAssessmentSectionEntities { get; } + /// /// Persists all updates to the database and resets change tracking in the object context, see . ///