public async Task EditAsync(List <TEntity> items) { _context.UpdateRange(items); await _context.SaveChangesAsync(); }