Correction
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<FavoriteDropZone>().DbRef(x => x.DropZone, "DropZone");
|
||||||
|
|
||||||
BsonMapper.Global.Entity<TunnelFlight>().DbRef(x => x.Tunnel, "DropZone");
|
BsonMapper.Global.Entity<TunnelFlight>().DbRef(x => x.Tunnel, "DropZone");
|
||||||
|
BsonMapper.Global.Entity<TunnelFlight>().DbRef(x => x.User, "User");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion Public Constructors
|
#endregion Public Constructors
|
||||||
|
|||||||
Reference in New Issue
Block a user