API_MEDKINECT.Roles.update_roles C# (CSharp) Méthode

update_roles() public méthode

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