/// <summary> /// 检验用户名和密码 /// </summary> public bool CheckForget(string username, string ForPwdQue, string ForPwdAns) { return(dal.CheckForget(username, ForPwdQue, ForPwdAns)); }