Example #1
0
 Universe.Stargate IEveRepository.GetStargateById(Universe.StargateId id)
 {
     throw new NotImplementedException();
 }
Example #2
0
 bool IEveRepository.TryGetStargateById(Universe.StargateId id, out Universe.Stargate value)
 {
     throw new NotImplementedException();
 }