Exemple #1
0
 public async Task <string> GetDbStats()
 {
     CheckSyncState();
     return(await _trans.GetDbStats());
 }