Beispiel #1
0
 public async Task DropAllAsync(string dbName)
 {
     var api = new MongoDB2_6Api(dbName);
     await api.DropAllAsync();
 }