Esempio n. 1
0
 public IEnumerable <Reserve> GetBooksReserveHistory(string isbn)
 {
     return(reserveRepository.GetBooksAllReserves(isbn));
 }