コード例 #1
0
 public async Task RemoveAsync(Guid id)
 => await Books.DeleteOneAsync(x => x.BookId == id);