At some point in the system some records are selected and must be replicated by changing only one value.
At this point I'm selecting the records that I need to insert:
listaRegistros = listaRegistros .GroupBy(r => r.Id)...
asked by
15.05.2017 / 15:11