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