示例#1
0
 public Task <TransactionBlock> FindExecForVoteAsync(string voteid)
 {
     return(StopWatcher.Track(() => _store.FindExecForVoteAsync(voteid), "FindExecForVoteAsync"));
 }