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

13
Query/Query.csproj Normal file
View File

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