Ejemplo n.º 1
0
 //查看所有图书
 public static DataTable all()
 {
     return(BookService.all());
 }