Example #1
0
 bool IEveRepository.TryGetSolarSystemJumpById(Universe.SolarSystemId fromSolarSystemId, Universe.SolarSystemId toSolarSystemId, out Universe.SolarSystemJump value)
 {
     throw new NotImplementedException();
 }
Example #2
0
 bool IEveRepository.TryGetSolarSystemById(Universe.SolarSystemId id, out Universe.SolarSystem value)
 {
     throw new NotImplementedException();
 }
Example #3
0
 Universe.SolarSystemJump IEveRepository.GetSolarSystemJumpById(Universe.SolarSystemId fromSolarSystemId, Universe.SolarSystemId toSolarSystemId)
 {
     throw new NotImplementedException();
 }
Example #4
0
 Universe.SolarSystem IEveRepository.GetSolarSystemById(Universe.SolarSystemId id)
 {
     throw new NotImplementedException();
 }