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