Is it possible to send _notifier from the service? #13692
Answered
by
hishamco
vitalybrandes
asked this question in
Q&A
-
Is it possible to send _notifier from the service (code) |
Beta Was this translation helpful? Give feedback.
Answered by
hishamco
May 16, 2023
Replies: 1 comment 2 replies
-
Yes, you can use await _notifier.SuccessAsync(H["Your message."]); where |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While
INotifier
registered in DI you can use it from your own service too