示例#1
0
 public IActionResult GetCards([FromQuery] int?limit)
 {
     return(Ok(_gameDataService.GetCards(limit)));
 }