Пример #1
0
 bool IEveRepository.TryGetStationById(Universe.StationId id, out Universe.Station value)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 bool IEveRepository.TryGetAssemblyLineStationById(Universe.StationId stationId, Industry.AssemblyLineTypeId assemblyLineTypeId, out Industry.AssemblyLineStation value)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 Universe.Station IEveRepository.GetStationById(Universe.StationId id)
 {
     throw new NotImplementedException();
 }