Exemple #1
0
 public Book GetBook(int id)
 {
     return(BookProcessor.GetBook(id));
 }