예제 #1
0
 public IActionResult GetAllLibraryBookByCategory()
 {
     return(Ok(_libraryService.AllBooksSortedByCategory()));
 }