Replies: 1 comment 5 replies
-
hi I think you are using the https://github.com/aspnetboilerplate/aspnetboilerplate
Can you inject it in the constructor? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I referred to the documentation and found that inheriting 'ITransientDependency' will automatically inject it. However, in my project, after inheriting it, when using 'EasyExcelManager', it is null. Did this result in edge injection not being successful? What is the problem? How to solve it?
Beta Was this translation helpful? Give feedback.
All reactions