I want a Web Service in C# that returns a Dictionary, according to a search:
Dictionary GetValues(string search) {}
The
Create a type MyKeyValuePair, and return a List>, copied from the dictionary.
MyKeyValuePair
List>