예제 #1
0
 public static List <Book> getBooksByGenId(int genid)
 {
     return(BookService.getBookByCatId(genid));
 }