コード例 #1
0
ファイル: HOADON_BLL.cs プロジェクト: nga0602/thi-ltud
 //phương thức này gọi phương thức sv_delete() ở lớp SinhVien_DAL (tầng DAL)
 public int Delete_HOADON(string MaHoaDon)
 {
     return(hddal.HD_delete(MaHoaDon));
 }