How Do I return related/associated entities
Hello all,
I am working on a asp.net mvc
I have a wcf service (SOAP) in a seperate solution
I have referenced my POCO classes in the wcf service
I am trying to return an entity with all its related entities (associations)
? thanks
|