I need to be able to programmatically register and unregister services and I need to be able to construct the service with an instance of my service class so that I can inject dependencies.
I don't want to use spring. Is this possible? -John
I need to be able to programmatically register and unregister services and I need to be able to construct the service with an instance of my service class so that I can inject dependencies.
I don't want to use spring. Is this possible? -John