Adventure.Works.LiveDemo.CountryRegion.CountryRegion C# (CSharp) Method

CountryRegion() private method

private CountryRegion ( ) : System
return System
        public CountryRegion()
        {
            this.CountryRegionCurrencies = new HashSet<CountryRegionCurrency>();
            this.SalesTerritories = new HashSet<SalesTerritory>();
            this.StateProvinces = new HashSet<StateProvince>();
        }
CountryRegion