public static bool ValidateUserPWD(String strLoginName, String strPwd) { return(AccountPro.ValidateUserPWD(strLoginName, strPwd)); }
public static Acc_Account ValidateUser(string a_strUserName, string a_strPwd) { return(AccountPro.ValidateUser(a_strUserName, a_strPwd)); }