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