Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs =================================================================== diff -u -rd6acfb0dbc88df1eabcad6580dc614004dbfb456 -r065af7e201b59ec19a17c42e9d772f5e86b31338 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntity.cs) (revision d6acfb0dbc88df1eabcad6580dc614004dbfb456) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntity.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) @@ -30,15 +30,12 @@ namespace Application.Ringtoets.Storage.DbContext { - using System; - using System.Collections.Generic; - public partial class GrassCoverErosionInwardsFailureMechanismMetaEntity { public long GrassCoverErosionInwardsFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public int N { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file