-
Hello, Is it possible to register an instance of a service to the current scope? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
dadhi
Nov 20, 2023
Replies: 1 comment
-
Yes, use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dadhi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, use
scope.Use(serviceInstance)
method.