Пример #1
0
 public IEnumerable <Photo> SearchDirectory(string directoryName)
 {
     return(searchDirectory.Execute(directoryName));
 }