Esempio n. 1
0
def showAll():
    print "Showall"
    #gets list of all Person objects
    car_in_db = Car.getAll()
    #calls view
    return view.showAllView(car_in_db)