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

tblSector() public method

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