Add "inTunnel" property on JumpType
This commit is contained in:
@@ -13,6 +13,8 @@ namespace skydiveLogs_api.DomainBusiness.Interfaces
|
||||
|
||||
IEnumerable<JumpType> GetAllJumpTypes();
|
||||
|
||||
IEnumerable<JumpType> GetJumpTypesForTunnel();
|
||||
|
||||
JumpType GetJumpTypeById(int id);
|
||||
|
||||
void UpdateJumpType(int id, JumpType value);
|
||||
|
||||
Reference in New Issue
Block a user