Exemplo n.º 1
0
 public bool EditUserPwd(string username, string pwd)
 {
     return(Sus.EditUserPwd(username, pwd));
 }