A reference to the LocalScope. Local Scope return a new instance for each dependency resolution requested. This is the default scope.
A reference to the SingletonScope. Singleton Scope return the same instance for any dependency resolution requested.
Generated using TypeDoc
Scope that create only a single instace to handle all dependency resolution requests.