FLARJ 2023-04-06 18:55:00 +04:00
commit 81127daa43
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace FurnitureFactoryBusinessLogic
{
public class Class1
{
}
}

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>