示例#1
0
 public bool ChangePassword(string id, string newpassword)
 {
     return(_ISysUserServices.ChangePassword(id, newpassword));
 }