Skip to content

Instantly share code, notes, and snippets.

@httpmurilo
Created June 19, 2020 23:40
Show Gist options
  • Save httpmurilo/78e9af36ee90c9fa0948264116448c4a to your computer and use it in GitHub Desktop.
Save httpmurilo/78e9af36ee90c9fa0948264116448c4a to your computer and use it in GitHub Desktop.
[HttpGet]
public IActionResult RetornarTodosAutores()
{
return Ok(_context.Autores.ToList());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment