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