From c8a342986baed22e56385821e93d22e732cbee7e Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Tue, 28 Jan 2025 12:09:16 +0100 Subject: [PATCH] Added n-m relation mapping --- .idea/.idea.HopFrame/.idea/workspace.xml | 30 ++++++++++++++----- src/HopFrame.Core/Config/PropertyConfig.cs | 12 ++++++++ .../Implementations/ContextExplorer.cs | 27 +++++++++++++++-- testing/HopFrame.Testing/DatabaseContext.cs | 5 ++-- testing/HopFrame.Testing/Program.cs | 2 +- 5 files changed, 62 insertions(+), 14 deletions(-) diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index b3204a1..5bfd32e 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -11,7 +11,15 @@