Esempio n. 1
0
 bool IEveRepository.TryGetUniverseById(Universe.UniverseId id, out Universe.Universe value)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 Universe.Universe IEveRepository.GetUniverseById(Universe.UniverseId id)
 {
     throw new NotImplementedException();
 }