예제 #1
0
 Character.Ancestry IEveRepository.GetAncestryById(Character.AncestryId id)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 bool IEveRepository.TryGetAncestryById(Character.AncestryId id, out Character.Ancestry value)
 {
     throw new NotImplementedException();
 }