Initial commit
This commit is contained in:
8
folkugat_web/services/temes/query.py
Normal file
8
folkugat_web/services/temes/query.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import Optional
|
||||
|
||||
from folkugat_web.dal.sql.temes import query as temes_q
|
||||
from folkugat_web.model import temes as model
|
||||
|
||||
|
||||
def get_tema_by_id(tema_id: int) -> Optional[model.Tema]:
|
||||
return temes_q.get_tema_by_id(tema_id)
|
||||
Reference in New Issue
Block a user