コード例 #1
0
 internal object GetBooksByAuthorId(int id)
 {
     return(_repo.GetBooksByAuthorId(id));
 }