mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -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()
|