Exemplo n.º 1
0
        public FhirResponse ConditionalDelete(string type)
        {
            Key key = Key.Create(type);

            return(service.ConditionalDelete(key, Request.TupledParameters()));
        }