示例#1
0
 public async Task UpdateAsync(Driver driver)
 => await Drivers.ReplaceOneAsync(x => x.UserId == driver.UserId, driver);