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

get_roles() 공개 메소드

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