Пример #1
0
def requestService() -> IRequestService:
    b = RequestService(); yield b
    # TODO: repair b.root = resourcesRoot()
    b.root = resourcesRootAuthentication()
    b.converterPath = converterPath()
Пример #2
0
def requestService() -> IRequestService:
    b = RequestService(); yield b
    b.root = resourcesRoot()
    b.converterPath = converterPath()