adnan307
❔ Ef Core Constructor problem
Hello its my first big project with ef. I have an class with 3 attributes and one constructor that is calling the base constructor. My Class inherit from another class.
The problem is that ef core need an parameter less constructor. I tried to add an private constructor but its not working.
14 replies