First connection with entity object UI to Object

This commit is contained in:
2025-08-19 07:39:54 +02:00
parent 0d46bd3ade
commit 44419a880d
7 changed files with 124 additions and 32 deletions

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>