Exemple #1
0
 public int GetNumberOfCopiesByBookId(int id)
 {
     return(bookCopyRepository.GetNumberOfCopiesByBookId(id));
 }