I have two model classes, each is a table in a database. One model is called \'Clothes\' and the other \'Shoes\'.
I want to display the contents of each table in the sa
Make your own class aka View Model and have it composed of both models.