qunicorn_core.core.provider_service module
- qunicorn_core.core.provider_service.get_all_providers(name: str | None = None) list[ProviderDto]
Gets all Providers from the DB and maps them
- qunicorn_core.core.provider_service.get_provider_by_id(provider_id: int) ProviderDto
Gets a Provider from the DB by its ID and maps it