API_MEDKINECT.User.change_password C# (CSharp) 메소드

change_password() 공개 메소드

public change_password ( ) : Object
리턴 Object
        public Object change_password()
        {
            return this.conexion_rest("post", "/api/users/#/change_password", this, this.id);
        }