コード例 #1
0
        public void A110_ResetKey()
        {
            countriesService.ResetKey();

            Country country = new Country("", country6Description, country6RegionKey);

            countriesService.Save(ref country);

            country6Key = country.PrimaryKey;

            Assert.AreEqual(expectedCountry6Key, country6Key);
        }