Repositories inserted and new page for accounts inserted

This commit is contained in:
2023-08-24 11:47:44 +02:00
parent 40632aa92c
commit 70c2d47e7b
16 changed files with 472 additions and 17 deletions

View File

@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\WinFormDi.BLI\WinFormDiApp.BLI.csproj" />
<ProjectReference Include="..\WinFormDiApp.BL\WinFormDiApp.BL.csproj" />
<ProjectReference Include="..\WinFormDiApp.DAL\WinFormDiApp.DAL.csproj" />
</ItemGroup>
</Project>