Hi,
I'm working on tree tier architecture project using wcf service , as you know we have some contract data class for communication between service and client.
the problem is here : What should I do about some composition data , for example reports data
the first solution is to make a custom contract class for my reports
the second solution is to transfer this type of data by dataset
Which solution do you suggest?( If there is some other solution please let me know).
thanks a lot