Exemplo n.º 1
0
        public void SearchExistItemGoodRead()
        {
            GoodReadSearchRepository repo = new GoodReadSearchRepository();
            var result = repo.Results("lord of the ring");

            Assert.NotEmpty(result);
        }
Exemplo n.º 2
0
 public BookSearchController()
 {
     repo = new GoodReadSearchRepository();
 }