Add draft impl for Business stack and IoC
This commit is contained in:
11
Back/skydiveLogs-api.Business/JumpService.cs
Normal file
11
Back/skydiveLogs-api.Business/JumpService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using skydiveLogs_api.Business.Interface;
|
||||
|
||||
namespace skydiveLogs_api.Business
|
||||
{
|
||||
public class JumpService : IJumpService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user