Ejemplo n.º 1
0
 public IEnumerable <LadderEntry> GetTopForLadder(string ladderId)
 {
     return(_ladderService.GetTopEntries(ladderId));
 }