Add the feature to update a jum type

This commit is contained in:
Sébastien ANDRE
2023-08-18 09:52:28 +02:00
parent b28bd7e7ff
commit e21ab458b1
3 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ namespace skydiveLogs_api.DomainBusiness.Interfaces
JumpType GetJumpTypeById(int id);
void UpdateJumpType(int id, JumpType value);
bool UpdateJumpType(int id, JumpType value);
#endregion Public Methods
}