Exemple #1
0
 public List <Series> GetByAuthorMetadataId(int authorMetadataId)
 {
     return(_seriesRepository.GetByAuthorMetadataId(authorMetadataId));
 }