コード例 #1
0
        public IActionResult GetAllAuthors()
        {
            var authors = _authorsService.GetAllAuthors();

            return(Ok(authors));
        }