Пример #1
0
        public void SeedCountriesData()
        {
            var country = new SeedCountryData();

            DataCollection.Countries.DataType = DataType.Country;
            DataCollection.Countries          = country.Countries;
        }
Пример #2
0
        public void SeedCountriesData()
        {
            var country = new SeedCountryData();

            DataCollection.Countries.DataType = DataType.Country;
            DataCollection.Countries = country.Countries;
        }