Exemplo n.º 1
0
        public IActionResult GetAuthorWithBooks(int id)
        {
            var response = _authorsService.GetuthorWithBooks(id);

            return(Ok(response));
        }