Пример #1
0
        public void InsertCountryText()
        {
            OneContainerlineBL.CountryRepository cr = new OneContainerlineBL.CountryRepository();
            cr.InsertThis();

            Assert.AreEqual(true, true);
        }
Пример #2
0
        public void InsertCountryText()
        {
            OneContainerlineBL.CountryRepository cr = new OneContainerlineBL.CountryRepository();
            cr.InsertThis();

            Assert.AreEqual(true, true);
        }