示例#1
0
        /// <summary>
        /// Check Sector Exist
        /// </summary>
        /// <returns></returns>
        public bool CheckSector()
        {
            bool exist = SectorService.CheckSector(TSM.Model.TSMContext.CurrentLanguageID, this.SectorName, this.NomenclatureCode);

            return(exist);
        }