예제 #1
0
 public Category GetCategoryByBook(int bookID)
 {
     return(categoryDao.GetCategoryByBook(bookID));
 }