示例#1
0
 //重置用户密码
 public int resetPsw(string new_psw, string mail)
 {
     return(myDAL.resetPsw(new_psw, mail));
 }