AIMS_BD_IATI.DAL.tblSubSector.tblSubSector C# (CSharp) Method

tblSubSector() public method

public tblSubSector ( ) : System
return System
        public tblSubSector()
        {
            this.tblProjectSectoralAllocations = new HashSet<tblProjectSectoralAllocation>();
            this.tblSectorSubSectorMaps = new HashSet<tblSectorSubSectorMap>();
        }
    
tblSubSector