I'm used to work with the Selfservicing template. In projects created with the selfservicing template I often use the ability to override the OnSaveComplete function of an Entity to create additional entities (of another entitytype).
I'm currently working on a project with the adapter template. What is the best practise to implement this functionality? I can't use the partial class because I have no DataAccessAdapter with proper connectionstring in the DatabaseGeneric project.