示例#1
0
 public IActionResult GetAllIds()
 {
     return(Ok(trackService.GetAllIds()));
 }