AIMS_BD_IATI.DAL.tblSubSector.tblSubSector C# (CSharp) 메소드

tblSubSector() 공개 메소드

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