Example #1
0
 public Series FindByPath(string path)
 {
     return(_seriesRepository.FindByPath(path));
 }