Beispiel #1
0
        public int updateComplianceTypesMappedWithIndustryType(ComplianceType CompType)
        {
            int complianceID = 0;

            bool updateResult = false;

            try
            {
                OrganizationHelper organizationhelper = new OrganizationHelper();
                complianceID = organizationhelper.insertupdateComplianceTypesMappedWithIndustryType(CompType, 'U');

                {
                    updateResult = true;
                }
            }
            catch
            {
                throw;
            }
            return(complianceID);
        }