예제 #1
0
 bool IEveRepository.TryGetConstellationJumpById(Universe.ConstellationId fromConstellationId, Universe.ConstellationId toConstellationId, out Universe.ConstellationJump value)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 bool IEveRepository.TryGetConstellationById(Universe.ConstellationId id, out Universe.Constellation value)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 Universe.ConstellationJump IEveRepository.GetConstellationJumpById(Universe.ConstellationId fromConstellationId, Universe.ConstellationId toConstellationId)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 Universe.Constellation IEveRepository.GetConstellationById(Universe.ConstellationId id)
 {
     throw new NotImplementedException();
 }