AIMS_BD_IATI.DAL.tblDistrict.tblDistrict C# (CSharp) Méthode

tblDistrict() public méthode

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