Esempio n. 1
0
 public IAsyncEnumerable <Snapshot> FindSnapshots(StoreLocation location)
 {
     return(_store.FindSnapshots(location));
 }