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