Пример #1
0
 bool IEveRepository.TryGetCelestialById(Universe.CelestialId id, out Universe.Celestial value)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 Universe.Celestial IEveRepository.GetCelestialById(Universe.CelestialId id)
 {
     throw new NotImplementedException();
 }