示例#1
0
 bool IEveRepository.TryGetAttributeCategoryById(AttributeCategoryId id, out AttributeCategory value)
 {
     throw new NotImplementedException();
 }
示例#2
0
 AttributeCategory IEveRepository.GetAttributeCategoryById(AttributeCategoryId id)
 {
     throw new NotImplementedException();
 }