public static bool AltPwd(TB_BUYER buyer, int id) { int res = PersonDao.AltPwd(buyer, id); return(res > 0); }