Add drafts for Interface business and repository + DataContract presentation
This commit is contained in:
10
Back/skydiveLogs-api.Data/Interface/IDropZoneRepository.cs
Normal file
10
Back/skydiveLogs-api.Data/Interface/IDropZoneRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IDropZoneRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
10
Back/skydiveLogs-api.Data/Interface/IGearRepository.cs
Normal file
10
Back/skydiveLogs-api.Data/Interface/IGearRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IGearRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
10
Back/skydiveLogs-api.Data/Interface/IJumpRepository.cs
Normal file
10
Back/skydiveLogs-api.Data/Interface/IJumpRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IJumpRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
10
Back/skydiveLogs-api.Data/Interface/IJumpTypeRepository.cs
Normal file
10
Back/skydiveLogs-api.Data/Interface/IJumpTypeRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IJumpTypeRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user