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

tblDivision() public method

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