예제 #1
0
 // xóa một tài khoản
 public void Xoa(int _MSSV)
 {
     HS.usp_DeleteTaiKhoan(_MSSV);
     HS.SubmitChanges();
 }