示例#1
0
 public List <Series> GetByAuthorId(int authorId)
 {
     return(_seriesRepository.GetByAuthorId(authorId));
 }