Hello.
I don't have a bug or a problem but rather a question:
(My apologies if I have posted this in the wrong place, but it seems to me it is the best place to ask)
My Question is, is it possible to instruct LLBLGen to generate its Entities with all of its constructors marked as internal?
Because in our architecture, we have our own Factory and Repository classes that creates these Entities. We would like to restrict the user from being able to instantiate an Entity, without using one of our Factory or Repository classes.
Is this possible?
Thank you in advance..