Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs =================================================================== diff -u -rec9f45c99b375218d00a89df1ac1e187ebf54070 -rd34720bc7fe019afec92b91f017b56618dafa95d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision ec9f45c99b375218d00a89df1ac1e187ebf54070) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision d34720bc7fe019afec92b91f017b56618dafa95d) @@ -30,12 +30,15 @@ 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 +}