예제 #1
0
 public async Task <IActionResult> Get([FromQuery] string search)
 {
     return(Json(await _workTypeService.SearchAsync(search)));
 }