Where is the data stored? There are a few IPC methods to consider, maybe a web service, maybe make your data classes inherit IsSerializable, serialize them and pass them in as parameters. You could add the data objects to the context somewhere.
A few different options without knowing the architecture of your application better.
|