Add draft impl for Business stack and IoC

This commit is contained in:
Sébastien André
2019-09-20 19:46:20 +02:00
parent 5d476e5e4e
commit cb105c13af
11 changed files with 116 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ using System.Text;
namespace skydiveLogs_api.Data.Interface
{
interface IAircraftRepository
public interface IAircraftRepository
{
}
}