primer commit

This commit is contained in:
Leonel Toro 2025-06-24 12:32:36 -04:00
commit cdcaa6e49f
193 changed files with 11597 additions and 0 deletions

14
BLL/BLL.csproj Normal file
View file

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DAL\DAL.csproj" />
<ProjectReference Include="..\DAS\DAS.csproj" />
</ItemGroup>
</Project>