Add Gear controller/service/repo and relations in db between Jumps and others objects
This commit is contained in:
@@ -11,7 +11,11 @@ namespace skydiveLogs_api.Business.Interface
|
||||
|
||||
Jump GetJumpById(int id);
|
||||
|
||||
void AddNewJump(Jump jump);
|
||||
void AddNewJump(int aircraftId,
|
||||
int dzId,
|
||||
int jumpTypeId,
|
||||
int gearId,
|
||||
Jump jump);
|
||||
|
||||
void UpdateJump(int id, Jump jump);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user