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