Sure, that was the same approach I tried. So, every time my client send me a new db model I should create the EF model from the db with a temporal VS solution, and then copy those generated files to my ABP project, or manualy code the entites to match the new db. Is that the way?