I have a WCF web service that I've created with takes various Entities that are generated by netTiers as parameters and return values to it's methods. Here's the implementation to a pretty simple method in the service: public TList<Lists> FetchLists(string criteria) { return DataRepository...