Ejemplo n.º 1
0
 internal object GetBooksByLibraryId(int id)
 {
     return(_repo.GetBooksByLibraryId(id));
 }