Add the jump type in the tunnel flight
This commit is contained in:
@@ -19,7 +19,7 @@ namespace skydiveLogs_api.DomainBusiness.Interfaces
|
||||
|
||||
IEnumerable<Statistic> GetTunnelFlightGroupByMonth(string beginDate, string endDate);
|
||||
|
||||
void AddNewFlight(int tunnelId, TunnelFlight newFlight);
|
||||
void AddNewFlight(int tunnelId, int jumpTypeId, TunnelFlight newFlight);
|
||||
|
||||
void DeleteTunnelFlightById(int id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user