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