Replies: 2 comments
-
Please share some of your code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you read the dependency injection document? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project where I add a new application services that inherits from 'ApplicationService' and implements an 'interface' that inherits from the 'IApplicationService' interface.
When I run the project it tells me that this service is not registered. Wondering what else needs to be done or what else I can check for in order to be able to use/inject this service in my code.
Beta Was this translation helpful? Give feedback.
All reactions