0
votes
Where to move the business logic when moving it out of the database
This will depend upon the object model that you've created and how you've let your caller decide which Factory will be the new Factory to process the PurchaseOrder.
For example, if you gi …
