コード例 #1
0
 public List <AuthorSearchDto> AUTHOR_Search([FromBody] AuthorSearchDto input)
 {
     return(AuthorAppService.AUTHOR_Search(input));
 }