Example #1
0
 public List <Book> Search(string name)
 {
     return(bookGateway.Search(name));
 }