Exemple #1
0
 public static int ChangeBookCategory(TheLoaiDTO theLoai)
 {
     return(TheLoaiDAO.UpdatBookCategory(theLoai));
 }