Beispiel #1
0
        public XElement GetItem(XElement value)
        {
            Dictionary <string, string> parameters = new Dictionary <string, string>
            {
                { "key", "Employee" },
                { "id", value.Element("Id").Value }
            };

            return(XmlClient.Find(parameters));
        }