Namespace Coree.NETStandard.Abstractions.ServiceFactory
Classes
ServiceFactory<T>
Represents a generic abstract factory for creating and managing service instances of type T
.
This factory leverages dependency injection and configuration patterns to facilitate the creation and lifecycle management of services.