コード例 #1
0
ファイル: SeriesService.cs プロジェクト: whoshoe/Readarr
 public List <Series> GetByAuthorId(int authorId)
 {
     return(_seriesRepository.GetByAuthorId(authorId));
 }