Represents a class that can be used as an injectable service within a dependency injection Container.
The InjectableClass type ensures that the class's dependencies and constructor signature align with
the services available in the container, providing strong type safety.
Represents a class that can be used as an injectable service within a dependency injection Container. The
InjectableClass
type ensures that the class's dependencies and constructor signature align with the services available in the container, providing strong type safety.