Esempio n. 1
0
 public Task <IAsyncDisposable> Lock(StoreLocation location)
 {
     return(_store.Lock(location));
 }