예제 #1
0
 public async Task <IActionResult> Get([FromQuery] uint offset = 0, uint amount = 1000)
 {
     return(Json(await _workTypeService.GetRangeAsync(offset, amount)));
 }