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

tblDistrict() public method

public tblDistrict ( ) : System
return System
        public tblDistrict()
        {
            this.tblProjectGeographicAllocations = new HashSet<tblProjectGeographicAllocation>();
            this.tblUpazilas = new HashSet<tblUpazila>();
        }
    
tblDistrict