コード例 #1
0
ファイル: SinhVienBLL.cs プロジェクト: xoapit/QuanLySinhVien
 public bool DeleteSV(SINHVIEN sv)
 {
     return(studentDAL.DeleteSV(sv));
 }