11 lines
162 B
C#
11 lines
162 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace skydiveLogs_api.Data.Interface
|
|
{
|
|
interface IAircraftRepository
|
|
{
|
|
}
|
|
}
|