Exemplo n.º 1
0
 //获取所有出版社分类
 public List <Publisher> GetAllPubisher()
 {
     return(objBookService.GetAllPubisher());
 }