Fetching Books by Author Name and by Author Id from Db
This commit is contained in:
parent
1dce61d99c
commit
b9d6c46e99
|
@ -42,7 +42,7 @@ namespace HomeLibrary.Api.Controllers
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("GetBooksByAuthor")]
|
[HttpGet("GetBooksByAuthorId")]
|
||||||
public async Task<ActionResult<IEnumerable<BookDto>>> GetBooksByAuthor(int authorId)
|
public async Task<ActionResult<IEnumerable<BookDto>>> GetBooksByAuthor(int authorId)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue