mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 08:51:30 -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()
|