コード例 #1
0
 public List <BookFile> GetFilesWithBasePath(string path)
 {
     return(_mediaFileRepository.GetFilesWithBasePath(path));
 }