Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs =================================================================== diff -u -r4a12b47ea94488f0716d7c61c6cefba235d7db48 -r0e4717786f2f1a865e48da9fde2089a789bfe02c --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 4a12b47ea94488f0716d7c61c6cefba235d7db48) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 0e4717786f2f1a865e48da9fde2089a789bfe02c) @@ -121,6 +121,30 @@ DbSet GrassCoverErosionOutwardsSectionResultEntities { get; } /// + /// Gets a of containing + /// every entity found in the database. + /// + DbSet GrassCoverSlipOffInwardsSectionResultEntities { get; } + + /// + /// Gets a of containing + /// every entity found in the database. + /// + DbSet GrassCoverSlipOffOutwardsSectionResultEntities { get; } + + /// + /// Gets a of containing + /// every entity found in the database. + /// + DbSet MicrostabilitySectionResultEntities { get; } + + /// + /// Gets a of containing + /// every entity found in the database. + /// + DbSet PipingStructureSectionResultEntities { get; } + + /// /// Gets a of containing /// every entity found in the database. ///