0
[email protected] created
How can I add a new Service implementation in a new assembly?
I have added the interface in the ProjectName.Application.Shared library, and I added the service imlementation to the new assembly.
How the references should be? and how asp.net zero will create a new controller automatically? What's the required dependecy injection actions to make all the services in the new assembly exposed automatically as controller.
2 Answer(s)
-
0
Thanks, working!