예제 #1
0
 public async Task <object[]> Get()
 {
     return(await _repo.GetLeaderboardAsync());
 }