Example #1
0
 public static int DeleteAccount(string taiKhoan)
 {
     return(LoginDAO.DeleteAccount(taiKhoan));
 }