AIMS_BD_IATI.DAL.tblDistrict.tblDistrict C# (CSharp) Метод

tblDistrict() публичный Метод

public tblDistrict ( ) : System
Результат System
        public tblDistrict()
        {
            this.tblProjectGeographicAllocations = new HashSet<tblProjectGeographicAllocation>();
            this.tblUpazilas = new HashSet<tblUpazila>();
        }
    
tblDistrict