I have a silverlight app with a RIA link to a Domain service. For example I have the following data structure: User<---Posts I don't want to expose any service function related to Posts, but I still want I can manipulate it in silverlight.
Now if I build the solution, there is no Posts class generated in silverlight class at all because it is not exposed.
Does anybody know how to fix this?
Thank you very much!