How to inject dependency during registration in Startup.cs for .net 5 website #2667
Unanswered
gtguybrush
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use Nhibernate in a .net core project and i follow this guide:
https://gunnarpeipman.com/aspnet-core-nhibernate/
i'am facing problem during service registration:
i need to inject other reference in AddNhibernate method: a reference to my User Management that i need to customize Envers revision entity
this is the other code:
Beta Was this translation helpful? Give feedback.
All reactions