示例#1
0
 //phương thức này gọi phương thức sv_delete() ở lớp SinhVien_DAL (tầng DAL)
 public int delete_CTHD(string MaHD)
 {
     return(CTHD.delete_CTHD(MaHD));
 }