Beispiel #1
0
 def remove_photo(lot_id, photo_id):
     database = DatabaseHandler()
     return database.remove_photo(lot_id, photo_id)