示例#1
0
 bool IEveRepository.TryGetMarketGroupById(MarketGroupId id, out MarketGroup value)
 {
     throw new NotImplementedException();
 }
示例#2
0
 MarketGroup IEveRepository.GetMarketGroupById(MarketGroupId id)
 {
     throw new NotImplementedException();
 }