Example #1
0
 public List <Edition> GetEditionsByAuthor(int authorId)
 {
     return(_editionRepository.FindByAuthor(authorId));
 }