Dependency Injection for "existing" Read Models #1005
|
I would like to inject a service into my read model in order to call ApplyAsync and run a query. Per #868 (comment), I tried implementing Or am I missing something? |
Answered by
ahoneggar-trellance
Sep 6, 2023
Replies: 1 comment
|
Just use the IReadModelContext.Resolver :) |
0 replies
Answer selected by
ahoneggar-trellance
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Just use the IReadModelContext.Resolver :)
Just needed to post this before I figured it out