a given user interface, when opened, executes a service, from cuba, it will read data from the database and return to the interface a listing with several rows and columns.
the problem is that this listing would be a generic list, that is, it is not a database table and could be used in more than one place.
assemble the listing and load the data, it’s fine.
question, how to load interface table with this generic class?