web api base

This commit is contained in:
2023-08-25 15:05:03 +09:00
parent 38399bd863
commit 3c97c27c94
15 changed files with 371 additions and 0 deletions

View File

@@ -15,4 +15,8 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.20" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharedData\SharedData.csproj" />
</ItemGroup>
</Project>