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