예제 #1
0
 //根据图书条码更新图书总数
 public int AddBookCount(string barCode, int bookCount)
 {
     return(objBookService.AddBookCount(barCode, bookCount));
 }