public async Task UpdateRangeAsync(List <T> itemList) { _dbContext.UpdateRange(itemList); await _dbContext.SaveChangesAsync(); }