Ejemplo n.º 1
0
 bool IEveRepository.TryGetMetaGroupById(MetaGroupId id, out MetaGroup value)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 MetaGroup IEveRepository.GetMetaGroupById(MetaGroupId id)
 {
     throw new NotImplementedException();
 }