feat: migracion y ajustes de configuracion, servicios y el sistema de logueo a la nueva app

This commit is contained in:
Leonel Toro 2025-06-25 13:01:32 -04:00
parent 45f5ec5f84
commit 3348272225
92 changed files with 2676 additions and 19 deletions

View file

@ -6,6 +6,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DAL\DAL.csproj" />
<ProjectReference Include="..\DAS\DAS.csproj" />