Example #1
0
 public List <Edition> GetAllEditions()
 {
     return(_editionRepository.All().ToList());
 }