I want a list of a certain type to become a list of a single type: examples
List<usuarios> se transformar em uma List<T>
I do not know if this is possible
Or a Maize List turn a Lista<T>
The reason for this is that I have a method that only accepts listas<T>
I wanted it to accept anything ...