Пример #1
0
 public List <Book> SearchByAuthor(string author)
 {
     valid.ValidateAuthor(author);
     return(repo.SearchByAuthor(author));
 }