Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs =================================================================== diff -u -ra26f8ba0067df146397c8505ec9dc98dda1c94fd -rec9f45c99b375218d00a89df1ac1e187ebf54070 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision a26f8ba0067df146397c8505ec9dc98dda1c94fd) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision ec9f45c99b375218d00a89df1ac1e187ebf54070) @@ -30,15 +30,12 @@ namespace Application.Ringtoets.Storage.DbContext { - using System; - using System.Collections.Generic; - public partial class HeightStructuresFailureMechanismMetaEntity { public long HeightStructuresFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public int N { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file