Beispiel #1
0
 private bool CheckParams(Book book, Reader reader)
 {
     return(_rental.BookExists(book) && _readers.ReaderExists(reader));
 }