Пример #1
0
 public static bool ValidateUserPWD(String strLoginName, String strPwd)
 {
     return(AccountPro.ValidateUserPWD(strLoginName, strPwd));
 }
Пример #2
0
 public static Acc_Account ValidateUser(string a_strUserName, string a_strPwd)
 {
     return(AccountPro.ValidateUser(a_strUserName, a_strPwd));
 }