Esempio n. 1
0
 public int SetPwd(string name, string pwd, string confirmpwd)
 {
     return(iuserinfo.SetPwd(name, pwd, confirmpwd));
 }