Replies: 1 comment 7 replies
-
Hi @tyzhnenko |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idea
Pass query bindings to DI classes, like in the example below.
Current Situation
BlackSheep gives users a good flexible DI solution. It really helps keep code more structured and readable. But in case a user needs to pass some data from a query, they should do everything manually in a request handler. Get data from bindings and pass it to an injected class as a parameter for a method.
Possible Solution
TBD
Beta Was this translation helpful? Give feedback.
All reactions