Files
notifications-api/app/dao/dvla_organisation_dao.py

6 lines
116 B
Python
Raw Normal View History

from app.models import DVLAOrganisation
def dao_get_dvla_organisations():
return DVLAOrganisation.query.all()