Add drafts for Interface business and repository + DataContract presentation
This commit is contained in:
10
Back/skydiveLogs-api.Business/Interface/IAircraftService.cs
Normal file
10
Back/skydiveLogs-api.Business/Interface/IAircraftService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Business.Interface
|
||||
{
|
||||
public interface IAircraftService
|
||||
{
|
||||
}
|
||||
}
|
||||
10
Back/skydiveLogs-api.Business/Interface/IDropZoneService.cs
Normal file
10
Back/skydiveLogs-api.Business/Interface/IDropZoneService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Business.Interface
|
||||
{
|
||||
public interface IDropZoneService
|
||||
{
|
||||
}
|
||||
}
|
||||
10
Back/skydiveLogs-api.Business/Interface/IJumpService.cs
Normal file
10
Back/skydiveLogs-api.Business/Interface/IJumpService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Business.Interface
|
||||
{
|
||||
public interface IJumpService
|
||||
{
|
||||
}
|
||||
}
|
||||
10
Back/skydiveLogs-api.Business/Interface/IJumpTypeService.cs
Normal file
10
Back/skydiveLogs-api.Business/Interface/IJumpTypeService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Business.Interface
|
||||
{
|
||||
public interface IJumpTypeService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -5,10 +5,6 @@
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user