Пример #1
0
 public Stats[] GetByMap(int mapId, int?count = null)
 {
     return(_statsService.GetBestMapStats(mapId, count ?? 100));
 }