Tagged Questions
1
vote
1answer
365 views
Sharing Collection Data Contracts
I have some WCF services and have separated out the data contracts for these services into their own assembly. I then have a client of the services that references the data contracts assembly.
I have ...