Beispiel #1
0
 public Record[] GetRecords(int categoryId)
 {
     return(_leaderboardRepository.GetRecords(categoryId));
 }
 public Record[] GetRecords(int categoryId, bool excludeRecordsWithoutVideo = false)
 {
     return(_leaderboardRepository.GetRecords(categoryId, excludeRecordsWithoutVideo));
 }