Correction

This commit is contained in:
Sébastien ANDRE
2023-06-13 17:20:46 +02:00
parent da09a8d23b
commit 174ad39799

View File

@@ -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.User, "User");
}
#endregion Public Constructors