Пример #1
0
 public static void resetPass(string taikhoan, string matkhau)
 {
     TaiKhoan_DAO.resetPass(taikhoan, matkhau.GetMD5());
 }