示例#1
0
 public bool Auth(User user)
 {
     return(_userDao.Auth(user));;
 }