You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i have a similar situation.
I was forced to create a IPerformer interface with parametrized methods because MyClass works with Ninject and i can't add more parameters other than bound interface to kernel.
My goal is to remove parameters to IPerformer methods and pass in some way to Myclass.
Factory could be the solution, but i can't figure how to do it.
Can someone drop me some lines of code, please?
Hello,
i have a similar situation.
I was forced to create a IPerformer interface with parametrized methods because MyClass works with Ninject and i can't add more parameters other than bound interface to kernel.
My goal is to remove parameters to IPerformer methods and pass in some way to Myclass.
Factory could be the solution, but i can't figure how to do it.
Can someone drop me some lines of code, please?
StackOverflow reference: My StackOverflow post
Thanks
Max
The text was updated successfully, but these errors were encountered: