diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml
index 1ccd691..4a7b19b 100644
--- a/.idea/.idea.HopFrame/.idea/workspace.xml
+++ b/.idea/.idea.HopFrame/.idea/workspace.xml
@@ -11,7 +11,9 @@
-
+
+
+
@@ -30,7 +32,7 @@
@@ -128,7 +130,7 @@
"RunOnceActivity.git.unshallow": "true",
"b5f11219-dfc4-47a1-b02c-90ab603034fb.executor": "Debug",
"dcdf1689-dc07-47e4-8824-2e60a4fbf301.executor": "Debug",
- "git-widget-placeholder": "!34 on feature/repositories",
+ "git-widget-placeholder": "dev",
"list.type.of.created.stylesheet": "CSS",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
@@ -259,14 +261,7 @@
-
-
-
- 1736855209077
-
-
-
- 1736855209077
+
@@ -652,7 +647,15 @@
1741985203179
-
+
+
+ 1742038459077
+
+
+
+ 1742038459077
+
+
@@ -662,38 +665,17 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -703,7 +685,6 @@
-
@@ -728,6 +709,7 @@
-
+
+
\ No newline at end of file
diff --git a/src/HopFrame.Core/Services/Implementations/TableManager.cs b/src/HopFrame.Core/Services/Implementations/TableManager.cs
index 6b8bea2..e5172fc 100644
--- a/src/HopFrame.Core/Services/Implementations/TableManager.cs
+++ b/src/HopFrame.Core/Services/Implementations/TableManager.cs
@@ -1,5 +1,7 @@
using System.Collections;
using System.ComponentModel.DataAnnotations;
+using System.Linq.Expressions;
+using System.Reflection.Metadata;
using HopFrame.Core.Config;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.ChangeTracking;
@@ -17,16 +19,84 @@ internal sealed class TableManager(DbContext context, TableConfig config
.ToArrayAsync();
}
- public Task<(IEnumerable