Esempio n. 1
0
 internal object GetBooksByAuthorId(int id)
 {
     return(_repo.GetBooksByAuthorId(id));
 }