예제 #1
0
파일: BookManager.cs 프로젝트: CHIclay/YUJ
 //修改图书信息
 public static int update(Book book)
 {
     return(BookService.update(book));
 }