I've got a business logic layer that is using the DataAccessAdapter to perform the necessary operations to update entities, send out required emails, etc.
How do people tend to work this when then using the LLBLGen data source control, when you have a UnitOfWork involved? Do you just pull out the entity that you're expecting, cast it, and then pass it on to the Business logic? Just curious what sort of architecture everyone has found useful!
cheers