I'm wondering what the best practice is for those using LLBLGen Pro classes.
Are you using the entity classes as your Business Objects. Or, are you creating a Business Object layer that uses the Entity objects internally.
My big problem is, if I want to Get a collection of X where are you building your filter? Are you doing this in the web form code behind? Or, are you creating a business object to do this. What if you have a process that uses several entities. Like, perhaps a GL Close, which needs to look at a whole bunch of entities and interact with them?
I guess my issue is, I think my UI layer uses the Entitiy objects directly there is too much code in them?
Any guidence on this would be helpfull.
BOb