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

get_all_roles() public méthode

public get_all_roles ( ) : Object
Résultat Object
        public Object get_all_roles()
        {
            return this.conexion_rest("get", "api/roles", null, -1);
        }