Exemplo n.º 1
0
 public ActionResult <List <Row> > GetAllRows() =>
 _leaderboardService.Get();
Exemplo n.º 2
0
 public Leaderboard Get(int id)
 {
     return(_leaderboardService.Get(id));
 }