Exemplo n.º 1
0
        private string bindIndustryType()
        {
            OrganizationHelper OrganizationHelper = new OrganizationHelper();
            DataSet            dsCompliancetypes  = OrganizationHelper.getIndustryType();
            UtilityHelper      utilityHelper      = new UtilityHelper();

            dsCompliancetypes = utilityHelper.ConvertNullsToEmptyString(dsCompliancetypes);
            string xmlCompaniesList = dsCompliancetypes.GetXml();

            return(xmlCompaniesList);
        }