añadido entidades

This commit is contained in:
2024-08-30 03:21:03 -03:00
parent 2ce2a3ce01
commit 30db290c5f
3 changed files with 46 additions and 0 deletions

View File

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