Example #1
0
 public List <int> GetAuthorsIdsByBookid(int bookId)
 {
     return(_authorDao.GetAuthorsIdsByBookId(bookId));
 }