Exemplo n.º 1
0
 public Record[] GetRecords(int categoryId)
 {
     return(_leaderboardRepository.GetRecords(categoryId));
 }
Exemplo n.º 2
0
 public Record[] GetRecords(int categoryId, bool excludeRecordsWithoutVideo = false)
 {
     return(_leaderboardRepository.GetRecords(categoryId, excludeRecordsWithoutVideo));
 }