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