Exemple #1
0
 bool IEveRepository.TryGetRaceById(Character.RaceId id, out Character.Race value)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 Character.Race IEveRepository.GetRaceById(Character.RaceId id)
 {
     throw new NotImplementedException();
 }