示例#1
0
        /// <summary>
        /// Get Child ID For Nomenclature
        /// </summary>
        public List <TSMSector> GetChildID(string ParentCode)
        {
            List <TSMSector> lstTSMSector = new List <TSMSector>();

            lstTSMSector            = SectorService.GetChildID(ParentCode);
            this.ParentNomenclature = lstTSMSector;
            return(lstTSMSector);
        }