Ejemplo n.º 1
0
 public async Task EditAsync(List <TEntity> items)
 {
     _context.UpdateRange(items);
     await _context.SaveChangesAsync();
 }