Ejemplo n.º 1
0
 public List <Util.Result> ChangePassword(string action, string regid, string thru, string oldpwd, string newpwd)
 {
     return(SqlHelpers.GetObjects <Util.Result>(Util.Env, CommandFactory.ChangePassword(action, regid, thru, oldpwd, newpwd), CommonObjectFactory.resultItemFactory));
 }