API_MEDKINECT.Roles.update_roles C# (CSharp) 메소드

update_roles() 공개 메소드

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