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

get_roles() public méthode

public get_roles ( ) : Object
Résultat Object
        public Object get_roles()
        {
            return this.conexion_rest("get", "api/roles/#", null, this.id);
        }