Separacion de logica integracion y envio DGA

This commit is contained in:
bcastrogallardo 2025-06-25 16:39:45 -04:00
parent 6f64273cdd
commit fd46c75b42
6 changed files with 54 additions and 11 deletions

View file

@ -7,4 +7,17 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BLL\BLL.csproj" />
<ProjectReference Include="..\SHARED\Shared.csproj" />
</ItemGroup>
</Project>