Add drafts of controllers, repositories and model class
This commit is contained in:
11
Back/skydiveLogs-api.Data/AircraftRepository.cs
Normal file
11
Back/skydiveLogs-api.Data/AircraftRepository.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using skydiveLogs_api.Data.Interface;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Data
|
||||
{
|
||||
public class AircraftRepository : IAircraftRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user