예제 #1
0
 public void XoaSinhVien(string MaSV)
 {
     SV = new SinhVien(MaSV, "", "", "", "", "", "", "", "");
     SVDAL.Xoasinhvien(SV);
 }