Exemple #1
0
 public string ChangePassword(int id, string opwd, string npwd)
 {
     web10.Service1 s = new web10.Service1();
     return(s.ChangePassword(id, opwd, npwd));
 }