예제 #1
0
 public async Task <JsonResult> Bounties()
 {
     return(Json(await _bountyRepository.GetBounties()));
 }