- Possibility to view the document version the consent is given to - Blocking functionality is no valid consent
6 lines
336 B
Python
6 lines
336 B
Python
from common.services.user.user_services import UserServices
|
|
from common.services.user.partner_services import PartnerServices
|
|
from common.services.user.tenant_services import TenantServices
|
|
from common.services.user.consent_service import ConsentService
|
|
|
|
__all__ = ['UserServices', 'PartnerServices', 'TenantServices', 'ConsentService'] |