public XmlDocument GetZipcode(string text) { XmlDocument doc = new XmlDocument(); CCommonCode code = new CCommonCode(); doc.InnerXml = code.GetZipcode(text); return(doc); }
public XmlDocument GetProductType(string upperProdTypeNo, string depth) { XmlDocument doc = new XmlDocument(); CCommonCode code = new CCommonCode(); doc.InnerXml = code.GetProductType(upperProdTypeNo, depth); return(doc); }