Exemplo n.º 1
0
 public void Delete(DatastoreKey datastoreKey) => _child.Delete(_convert(datastoreKey));
Exemplo n.º 2
0
 public void Delete(DatastoreKey datastoreKey) => _lock.Write(() => _batch.Delete(datastoreKey));