feat: SQLExecutor-Klasse für die Ausführung von Roh-SQL-Abfragen mit Entity Framework Core hinzufügen

This commit is contained in:
Developer 02
2025-04-29 16:26:26 +02:00
parent 33048e185b
commit 3b4ad2960a
3 changed files with 71 additions and 0 deletions

View File

@@ -80,4 +80,8 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Procedures\" />
</ItemGroup>
</Project>