예제 #1
0
 public async Task DeleteOneAsync_With_Id()
 {
     await _collection.DeleteOneAsync(1);
 }