예제 #1
0
 bool IEveRepository.TryGetCertificateById(Character.CertificateId id, out Character.Certificate value)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 Character.Certificate IEveRepository.GetCertificateById(Character.CertificateId id)
 {
     throw new NotImplementedException();
 }