예제 #1
0
        public void getSectionBooksAPITest()
        {
            Section section = proxy.getSection(1);

            Book[] books = proxy.getSectionBooks(section);
            Assert.IsNotNull(books);
        }