Différencier Tunnel et TunnelFlight
This commit is contained in:
@@ -55,7 +55,7 @@ namespace skydiveLogs_api.Infrastructure
|
||||
|
||||
public IEnumerable<TunnelFlight> GetBetweenIndex(User user, int beginIndex, int endIndex)
|
||||
{
|
||||
return _col.Include(x => x.DropZone)
|
||||
return _col.Include(x => x.Tunnel)
|
||||
.Query()
|
||||
.OrderByDescending(j => j.FlightDate)
|
||||
.Where(j => j.User.Id == user.Id)
|
||||
|
||||
Reference in New Issue
Block a user