public List <BookFile> GetFileWithPath(List <string> path) { return(_mediaFileRepository.GetFileWithPath(path)); }
public TrackFile GetFileWithPath(string path) { return(_mediaFileRepository.GetFileWithPath(path)); }