Пример #1
0
 public bool Password(Entity.Users user)//判断用户密码是否正确
 {
     return(users.JudgePassword(user));
 }