I'm working on a school project and just wondering if it is possible to have 2 business objects linking to each other to 1 presentation layer. Attached an example of what I'm trying to say here:
I have Purchase Process and Items Details Process linked up in Business Layer because I do need some modules in the purchase process to be able to run in items details and get the details from the API. However, I'd only like to have 1 Output in the Presentation Layer.
Any idea if this works in a 3-tier architecture system or am I not supposed to link up my 2 objects in the Business Layer?