mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 19:18:25 -04: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()
|