RollCall Control For client in admin - checkoutPrint change

This commit is contained in:
SamSys
2024-12-10 03:31:35 +03:30
parent e2494a48a5
commit f626bbe791
114 changed files with 20815 additions and 1238 deletions

View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Query\Query.csproj" />
</ItemGroup>
</Project>