Adventure.Works.LiveDemo.CountryRegion.CountryRegion C# (CSharp) Метод

CountryRegion() приватный Метод

private CountryRegion ( ) : System
Результат System
        public CountryRegion()
        {
            this.CountryRegionCurrencies = new HashSet<CountryRegionCurrency>();
            this.SalesTerritories = new HashSet<SalesTerritory>();
            this.StateProvinces = new HashSet<StateProvince>();
        }
CountryRegion