started moving api layer to shared abstract class

This commit is contained in:
2021-10-20 16:22:49 -04:00
parent c91a7cf7e2
commit 5b46e2fb15
10 changed files with 90 additions and 18 deletions

View File

@@ -10,4 +10,12 @@
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.13.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Shared\Models" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebAPI\WebAPI.csproj" />
</ItemGroup>
</Project>