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