Пример #1
0
 public Stats[] GetBestMapStats(int mapId, int count)
 {
     return(_statsRepository.GetBestByMap(mapId, count));
 }