Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs =================================================================== diff -u -rd0368f7a05ee1fea5a181022d8619219c4e8c2b2 -r50409ca9cb39fd6b1d770546f13513b0518a8117 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision d0368f7a05ee1fea5a181022d8619219c4e8c2b2) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision 50409ca9cb39fd6b1d770546f13513b0518a8117) @@ -30,15 +30,12 @@ namespace Application.Ringtoets.Storage.DbContext { - using System; - using System.Collections.Generic; - public partial class ClosingStructuresFailureMechanismMetaEntity { public long ClosingStructuresFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public int N2A { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file