コード例 #1
0
ファイル: BookManage.cs プロジェクト: foxZhong/smartken-kia
 public static int updateBook(Book b)
 {
     return(BookService.updateBook(b));
 }