Пример #1
0
 public static DataTable GetAllBookOfCategory(int id)
 {
     return(BookInfoDAL.SelectBookByCategory(id));
 }