Esempio n. 1
0
 public Task <Block> FindFirstBlockAsync(string AccountId)
 {
     return(StopWatcher.TrackAsync(() => _store.FindFirstBlockAsync(AccountId), StopWatcher.GetCurrentMethod()));
 }