Пример #1
0
 public async Task DropOneAsync(string dbName)
 {
     var api = new MongoDB2_6Api(dbName);
     await api.DropOneAsync();
 }