Exemplo n.º 1
0
 //修改密码
 public int UpdatePwd(Reader readerPwd)
 {
     return(ReaderDAL.UpdatePwd(readerPwd));
 }