예제 #1
0
파일: BookManager.cs 프로젝트: CHIclay/YUJ
 ////查询最新的八本图书
 public static DataTable top8book()
 {
     return(BookService.top8book());
 }