示例#1
0
        public void DeleteAirport()
        {
            var s = new AirportService(new TestStorageService());

            s.Delete("BLL");
            Assert.AreEqual <int>(2, s.Get().Count);
        }