コード例 #1
0
ファイル: Sach_BUS.cs プロジェクト: thienlh42/Nhom4_TINB_42
 //Trả về thông tin sách Full
 public static DataTable SelectThongTinSachFull()
 {
     return(Sach_DAO.SelectThongTinSachFull());
 }