コード例 #1
0
 public bool suaTinhTrangSach(int idsach, string statussach)
 {
     return(dalsach.suaTinhTrangSach(idsach, statussach));
 }