Exemple #1
0
 protected Task <IDatabase> GetDatabase(string dbName)
 {
     return(_client.GetOrAddDataBaseAsync(dbName));
 }