Esempio n. 1
0
        public bool Exists(string isbn)
        {
            var book = _bookRepository.Read(isbn);

            return(book != null);
        }