mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
6 lines
116 B
Python
6 lines
116 B
Python
from app.models import DVLAOrganisation
|
|
|
|
|
|
def dao_get_dvla_organisations():
|
|
return DVLAOrganisation.query.all()
|