feat(esppApi): Заготовка для api

This commit is contained in:
Mikhail Trubnikov
2023-10-19 16:55:42 +10:00
parent 526140eea4
commit f45fca9122
14 changed files with 102 additions and 33 deletions

View File

@@ -1,7 +0,0 @@
namespace PARR.EsppOrderManager
{
public class Class1
{
}
}

View File

@@ -6,4 +6,9 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PARR.DAL\PARR.DAL.csproj" />
<ProjectReference Include="..\PARR.EsppApi\PARR.EsppApi.csproj" />
</ItemGroup>
</Project>