예제 #1
0
 public async Task ReplaceManyAsync()
 {
     await _collection.ReplaceManyAsync(e => true, new User { Id = 1, Name = "Teddy" });
 }