コード例 #1
0
 public int AddANewBook(SachDTO book)
 {
     return(SachDAO.AddANewBook(book));
 }