示例#1
0
        public void GetBookById1()
        {
            var result = GetBookService.GetBookById(1).Result;

            Assert.NotNull(result);
        }