示例#1
0
 public bool suaBook(DTO_Sach Book)
 {
     return(dalBook.UpdateBook(Book));
 }