Esempio n. 1
0
 bool IEveRepository.TryGetBloodlineById(Character.BloodlineId id, out Character.Bloodline value)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 Character.Bloodline IEveRepository.GetBloodlineById(Character.BloodlineId id)
 {
     throw new NotImplementedException();
 }