Views, Add Time in Deal & Stock

This commit is contained in:
Dimitar Byalkov
2021-03-20 12:12:28 +02:00
parent bb4f2b4f16
commit 25ac717b56
13 changed files with 155 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -17,9 +17,4 @@
<ProjectReference Include="..\Models\Data.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Sales\" />
<Folder Include="UserManagment\" />
</ItemGroup>
</Project>