Conexion con procedimiento almacenado

This commit is contained in:
bcastrogallardo 2025-06-24 14:46:32 -04:00
parent cdcaa6e49f
commit 765e9aaa98
174 changed files with 4127 additions and 1019 deletions

9
SHARED/Shared.csproj Normal file
View file

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