예제 #1
0
파일: BookManager.cs 프로젝트: CHIclay/YUJ
 //查看国学经典类型的图书
 public static DataTable guoxue()
 {
     return(BookService.guoxue());
 }