예제 #1
0
 public IEnumerable<Book> GetBooksByAuthId(int authId)
 {
   return _repo.GetBooksByAuthId(authId);
 }