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);
        }