コード例 #1
0
 public IActionResult UpdateAuthorUrl([FromQuery] string url)
 {
     return(Ok(_booksRepository.ChangeAuthorUrl(url)));
 }