Add drafts of controllers, repositories and model class

This commit is contained in:
Sébastien André
2019-09-19 23:19:49 +02:00
parent fcdb2f5017
commit 98d48ae2c6
31 changed files with 3729 additions and 2247 deletions

View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>skydiveLogs_api.Business</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Folder Include="Interface\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\skydiveLogs-api.Data\skydiveLogs-api.Data.csproj" />
<ProjectReference Include="..\skydiveLogs-api.Model\skydiveLogs-api.Model.csproj" />
</ItemGroup>
</Project>