forked from s_ranjbar/city_retrofit
Add get city to the control
This commit is contained in:
parent
64449aee1d
commit
7851968bdc
|
@ -252,3 +252,6 @@ class DBControl:
|
||||||
:param application_uuid: the id of the application to get
|
:param application_uuid: the id of the application to get
|
||||||
"""
|
"""
|
||||||
self._application.delete(application_uuid)
|
self._application.delete(application_uuid)
|
||||||
|
|
||||||
|
def get_city(self, city_id):
|
||||||
|
return self._city.get_by_id(city_id)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user