|
Hello from Spain,
I have a client-server app. The client is made in three layers (service agent, bll, ui). Client connects to the server through a web service. The the web service's proxy is in the last layer, service agent, so we can see the datasets that come in the proxy from the bll, but i want them in the ui too. I haven't found any pattern or something to acomplish that and i can not find a solution without breaking the encapsulation of the bll.
Any suggestion?
Thanks in regards |