2021.10.6 #39

Merged
edraft merged 8 commits from 2021.10.6 into 2021.10 2021-10-03 11:26:48 +02:00
Showing only changes of commit 05a9bdbf4a - Show all commits

View File

@ -32,6 +32,11 @@ class StartupABC(ABC):
def configure_services(self, service: ServiceCollectionABC, env: ApplicationEnvironmentABC) -> ServiceProviderABC: def configure_services(self, service: ServiceCollectionABC, env: ApplicationEnvironmentABC) -> ServiceProviderABC:
r"""Creates service provider r"""Creates service provider
Parameter
---------
services: :class:`cpl_core.dependency_injection.service_collection_abc`
env: :class:`cpl_core.environment.application_environment_abc`
Returns Returns
------- -------
Object of :class:`cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC` Object of :class:`cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC`