I made a basic C # registration system. I created a List<T>
to keep my data in memory and then display them.
But when I register the second person, this data "clones" the other data.
When I display the list values, the results are:
Name: Lucas Silva Tax ID: 222.333.4445-4
Name: Lucas Silva Tax ID: 222.333.4445-4