Exemplo n.º 1
0
 public IActionResult GetAllLibraryBookByCategory()
 {
     return(Ok(_libraryService.AllBooksSortedByCategory()));
 }