Exemple #1
0
//shows a summary of the contents of the datastore
void Display::showSummary(DataStore dataStore)
{
	dataStore.showSummary();
}