/// <summary> /// Gets all the celestial worlds that are mapped to this system. Alias of <see cref="CelestialWorld.SearchCoordinatesAsync(DbContext, SystemWorld)"/>. /// </summary> /// <param name="context"></param> /// <returns></returns> public async Task <List <CelestialWorld> > GetCachedCelestialWorldsAsync(DbContext context) => await CelestialWorld.SearchCoordinatesAsync(context, this);
internal Metadata(CelestialWorld world) { World = world; }