Click here to Skip to main content
15,920,602 members

Comments by Eugene Rutsito (Top 4 by date)

Eugene Rutsito 17-Dec-21 2:22am View    
Actually this is the simplified version. In the real version, the projects are not related. However they depend on this message from the PublisherModule
Eugene Rutsito 16-Dec-21 7:11am View    
Sorry @Richard MacCutchan, i have added my sample code
Eugene Rutsito 5-Sep-21 8:05am View    
Thank you so much...
Eugene Rutsito 5-Sep-21 6:20am View    
Thank you @OriginalGriff. So to clarify, you're are saying I must implement my dependencies like so.

Admin--> Security--> Communicator.

Then to pass response back from Security to Admin, I implement some logic in Security using a series of events and/or delegates. The same goes for passing response data from Communicator back to Security and finally to Admin. Am I correct?