コード例 #1
0
 public List <BookFile> GetFilesByAuthor(int authorId)
 {
     return(_mediaFileRepository.GetFilesByAuthor(authorId));
 }