Пример #1
0
 public bool GetUserByNoAndPass(string No, string password)
 {
     return(LoginContext.GetUserByNoAndPass(No, password));
 }