Add the feature to update a jum type
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user