Exemplo n.º 1
0
 public Task <TransactionBlock> FindDexWalletAsync(string owner, string symbol, string provider)
 {
     return(StopWatcher.TrackAsync(() => _store.FindDexWalletAsync(owner, symbol, provider), StopWatcher.GetCurrentMethod()));
 }