Esempio n. 1
0
 public Task RunOnce(StoreLocation location, Func <Task> action)
 {
     return(_store.RunOnce(location, action));
 }