Exemplo n.º 1
0
 public List <BookFile> GetFileWithPath(List <string> path)
 {
     return(_mediaFileRepository.GetFileWithPath(path));
 }
Exemplo n.º 2
0
 public TrackFile GetFileWithPath(string path)
 {
     return(_mediaFileRepository.GetFileWithPath(path));
 }