Add the jump type in the tunnel flight
This commit is contained in:
@@ -29,6 +29,7 @@ namespace skydiveLogs_api.Infrastructure
|
||||
BsonMapper.Global.Entity<FavoriteDropZone>().DbRef(x => x.DropZone, "DropZone");
|
||||
|
||||
BsonMapper.Global.Entity<TunnelFlight>().DbRef(x => x.Tunnel, "DropZone");
|
||||
BsonMapper.Global.Entity<TunnelFlight>().DbRef(x => x.JumpType, "JumpType");
|
||||
BsonMapper.Global.Entity<TunnelFlight>().DbRef(x => x.User, "User");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user